{% extends 'layout/page_nosidebar.html' %} {% block content_head %} {% block content_head_before %} {% endblock %}
{% if not page.isDeleted() %} {% else %} {# trash/* #} {% endif %}
{% block content_head_after %} {% endblock %} {% endblock %} {# /content_head #} {% block content_main_after %} {% if not page.isDeleted() %} {% include 'widget/comments.html' %} {% endif %} {% endblock %}