{{ page.revision.body|nl2br|safe }}
{% include '_form.html' with {forceGrant: 1} %}
{% 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.
{% include 'widget/page_list.html' with { pages: pages, pager: pager } %}
{# timeline view #}
{% for page in pages %}
{% endfor %}
{% endfor %}