{% extends 'layout/2column.html' %} {% block content_head %}

{{ path }}

{% endblock %} {% block content_main %}

ページ一覧

{# list view #}
{% for page in pages %} {{ page.path }} {% 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 #} {% endblock %} {% block content_footer %} {% endblock %}