{% if section.extra.copy %}
      {% set copy_icon = load_data(path="icon/copy.svg") %}
      {% set check_icon = load_data(path="icon/check.svg") %}
      
      {% endif %}
      
        {{ section.content | safe }}
       
      {% if section.extra.reaction is defined %}{% set show_reaction = section.extra.reaction %}{% else %}{% set show_reaction = config.extra.reaction %}{% endif %}
      {% if show_reaction %}
      
      {% endif %}
      {% if section.extra.comment %}
      
      {% include "_giscus_script.html" %}
      {% endif %}
    
    {% include "_footer.html" %}