{% include head.liquid %} {% if page._styles %} {% endif %} {% include header.liquid %}

{{ page.title }}

{{ page.description }}

{% if page.authors %} {% endif %} {% if page.toc %} {% endif %} {{ content }} {% if site.related_blog_posts and site.related_blog_posts.enabled %} {% if page.related_posts == null or page.related_posts %} {% include related_posts.liquid %} {% endif %} {% endif %}

{% 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 %}