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