{% extends 'layout/2column.html' %} {% block content_head %} {% block content_head_before %} {% endblock %}
{% block content_head_after %} {% endblock %} {% endblock %} {# /content_head #} {% block content_main %} {% block content_main_before %}

Page is not found

{% endblock %}
{% if req.query.renamed %}
{{ t('Moved') }}: {{ t('page_page.notice.moved', req.query.renamed) }}
{% endif %} {% if req.query.unlinked %}
{{ t('Unlinked') }}: {{ t('page_page.notice.unlinked') }}
{% endif %} {# list view #}
{% if pages.length == 0 %} There are no pages under {{ path }}. {% endif %} {% include 'widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}
{# edit view #}
{% include '_form.html' %}
{% block content_main_after %} {% endblock %} {% endblock %} {% block content_footer %} {% endblock %}