Index
generated by
Madoc
{% for stage in datas %} {% if stage.directory %}
root/
{% 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 %}