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