{% extends 'base.html' %} {% block title %} {{ page.title }} {%if page.subtitle %} - {{ page.subtitle }} {% endif %} ยท {{ super() }} {% endblock title %} {% block head_description %} {% if page.summary %} {{ page.summary|striptags }} {% endif %} {% endblock head_description %} {% block meta_tags_in_head %} {% if page.keywords %} {% endif %} {% endblock meta_tags_in_head %} {% block content %}
{% if page.toc %}
{% else %}
{% endif %} {{ page.content }} {% from 'comments.html' import comments with context %} {{ comments(page) }}
{% include 'social_links.html' %} {% include 'mailchimp.html' %}
{% endblock content %} {% block script %} {{ super() }} {% from 'comments.html' import comments_script with context %} {{ comments_script(page) }} {% endblock script %}