{% extends 'layout/2column.html' %} {% block html_title %}{{ path|path2name }} ยท {{ path }}{% endblock %} {% block layout_header %} {% block layout_header_before %} {% endblock %}
{% block layout_header_after %} {% endblock %} {% endblock %} {% block content_main_before %} {% endblock %} {% block content_main %} {% if not page %}
{% include '_form.html' %}
{% else %} {% include 'widget/page_content.html' %} {% endif %} {% endblock %} {% block content_main_after %} {% endblock %} {% block content_footer %} {% if page %} {% include 'widget/page_attachments.html' %} {% endif %} {% endblock %} {% block side_header %} {% if page and not page.isDeleted() %} {% include 'widget/page_side_header.html' %} {% endif %} {% endblock %} {# side_header #} {% block side_content %} {% if page and not page.isDeleted() %} {% include 'widget/page_side_content.html' %} {% endif %} {% endblock %} {% block layout_footer %} {% endblock %} {% block body_end %}
{% include 'widget/page_modals.html' %} {% endblock %}