summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlmodules.tpl
blob: f19c225ef4efc4d7e2f836bdbd011a60ec2aefda (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.modulesDescription }}
</div>
{% indexentry nav name=tr.modules file=page.fileName anchor='' %}
{% opensubindex nav %}
{% with tree=moduleTree %}
  {% include 'htmldirtree.tpl' %}
{% endwith %}
{% closesubindex nav %}
</div><!-- contents -->
{% endblock %}