{% include head.liquid %} {% if page._styles %} {% endif %}
{% include header.liquid %}
{{ page.title }}
{{ page.description }}
{% if page.authors %}
{% endif %}
{% if page.toc %}
Contents
{% for section in page.toc %}
{{ section.name }}
{% if section.subsections %}
{% for subsection in section.subsections %}
{{ subsection.name }}
{% endfor %}
{% endif %} {% endfor %}
{% endif %} {{ content }}
{% if site.disqus_shortname and page.disqus_comments %}{% include disqus.liquid %}{% endif %} {% if site.giscus.repo and page.giscus_comments %} {% include giscus.liquid %} {% endif %}
{% include footer.liquid %} {% include distill_scripts.liquid %}