{% include head.liquid %}
{% if page._styles %}
{% endif %}
{% include header.liquid %}
{{ page.title }}
{{ page.description }}
{% if page.authors %}
{% endif %}
{% if page.toc and page.toc.size > 0 %}
{% elsif page.toc == true %}
{% 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 %}