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

{{ path }}

{% endblock %} {% block content_head_after %} {% endblock %} {% block content_main %} {% block content_main_before %} {% endblock %}
{% if page %}
// .. edit ............. html 構造の整理が必要
{% endif %}
Create Portal: {{ path }}

{% include '_form.html' %}
{% if pages.length == 0 %} There are no pages under {{ path }}.

Next Actions

{% endif %} {# list view #}
    {% for page in pages %}
  • {{ page.path }} {% if page.isPortal() %} PORTAL {% endif %} {% if page.commentCount > 0 %} {{ page.commentCount }} {% endif %} {% if !page.isPublic() %} {% endif %}
  • {% endfor %}
    {% if pager.prev != null %} {% endif %} {# この条件は無いな.. #} {% if pages.length > 0 %} {% endif %}
{# timeline view #}
{% for page in pages %}

{{ page.path }}


{% endfor %}
{# /.content-main #} {% block content_main_after %} {% endblock %} {% endblock %} {% block content_footer %} {% endblock %} {% block side_header %} {% if not page %}

What is Portal?

{% else %} {% include 'widget/page_side_header.html' %} {% endif %} {% endblock %} {# side_header #} {% include 'modal/widget_what_is_portal.html' %}