{% extends 'layout/2column.html' %} {% block html_title %}{{ path|path2name }} · {{ path }}{% endblock %} {% block content_head %} {% block content_head_before %} {% endblock %}
{% if page %} {% endif %}

{{ path|insertSpaceToEachSlashes }}

{% endblock %} {% block content_head_after %} {% endblock %} {% block content_main %} {% block content_main_before %} {% endblock %}
{{ page.revision.body|nl2br|safe }}
{% include '_form.html' with {forceGrant: 1} %}
{# /.portal #}
{% if pages.length == 0 %} There are no pages under {{ path }}.

Next Actions

  • Create portal page?
    • Great! To create the portal of {{ path }}, click "Create Portal" button.
  • Create the under page directly?
    • Nice. To create the page under {{ path }} directly, type the page name on your browser.
{% endif %} {# list view #}
{% include 'widget/page_list.html' with { pages: pages, pager: pager } %}
{# timeline view #}
{% for page in pages %}

{{ page.path }}


{% endfor %}
{# /.content-main #} {% include 'modal/widget_what_is_portal.html' %} {% block content_main_after %} {% endblock %} {% endblock %} {% block content_footer %} {% endblock %} {% block side_header %} {% if not page and not isUserPageList(path) %}

What is Portal?

{% else %} {% include 'widget/page_side_header.html' %} {% endif %} {% endblock %} {# side_header #} {% block body_end %} {% endblock %} {# body_end #}