{% extends 'base/layout.html' %} {% block content_main_before %} {% endblock %} {% block content_main %}
{% include '../widget/page_content.html' %}
{% endblock %} {% block content_main_after %} {% if isTrashPage() %}
{% endif %} {% if page %} {% include '../widget/page_attachments.html' %} {% endif %} {% endblock %} {% block body_end %}
{% endblock %}