{% else %}
{% endif %}
{{ page.content }}
{% from '_includes/comments.html' import comments with context %}
{{ comments(page) }}
{% include '_includes/social_links.html' %}
{% include '_includes/mailchimp.html' %}
{% endblock content %}
{% block script %}
{{ super() }}
{% from '_includes/comments.html' import comments_script with context %}
{{ comments_script(page) }}
{% endblock script %}