Page is not found

{% include 'not_found_tabs.html' %}
{# TODO: should be removed and transplanted to PageContainer.initStateMarkdown ------ from here ------ #} {% if getConfig('crowi', 'customize:isEnabledAttachTitleHeader') %} {% if template %} {% else %} {% endif %} {% else %} {% if template %} {% endif %} {% endif %} {# TODO: should be removed and transplanted to PageContainer.initStateMarkdown ------ to here ------ #} {# list view #}
{% if pages.length == 0 %}
There are no pages under {{ path | preventXss }}.
{% endif %} {% include '../widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}
{# edit view #}
{% if pageForm.body %}{{ pageForm.body }}{% endif %}
{% include '../_form.html' %}