{# 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 } %}