{% if page %}
// .. edit ............. html 構造の整理が必要
{% endif %}
{% include '_form.html' %}
{% if pages.length == 0 %}
There are no pages under {{ path }}.
{# timeline view #}
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.
-
{% for page in pages %}
-
{{ page.path }}
{% endfor %}
{% for page in pages %}
{% endfor %}
{% endfor %}