{% extends "base.html" %} {% block bodyclass %}wiki-list{% endblock %} {% block title %} Wiki {% endblock %} {% block body %}

{{ wiki_name }}

There are {{ pages | length }} articles in this level.

{% for page in pages %} {% endfor %}
Title Last modified
{{ page["title"] }} {{ page["last-modif"] }}
{% endblock %}