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