Index
{% if not no_mark %}
generated by
Madoc
- {{ date_created }}
{% endif %}
+/- all
{% for stage in datas %} {% if stage.directory %}
{% if stage.foldable %}
+/-
{% else %}
+/-
{% endif %}
{{ title }}
{% for file in stage.files %}
{{ file[:-3] }}
{% endfor %}
{% endif %} {% if stage.subdirs %}
{% with datas=stage.subdirs, base_dir="." %} {% include 'madoc/_recursive_menu.html' %} {% endwith %}
{% endif %} {% endfor %}