summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlfiles.tpl
blob: 1871d4d0b16e5a136f7024d15c3ea828d7e7d43f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extend 'htmlbase.tpl' %}
{% block content %}
<div class="contents">
<div class="textblock">
{{ tr.fileListDescription }}
</div>
{% indexentry nav name=tr.fileList file=page.fileName anchor='' %}
{% opensubindex nav %}
{% with tree=fileTree %}
  {% include 'htmldirtree.tpl' %}
{% endwith %}
{% closesubindex nav %}
</div><!-- contents -->
{% endblock %}