summaryrefslogtreecommitdiff
path: root/templates/html/htmlnamespaces.tpl
blob: fca973ee6d8350ac8b4b484ae9c008621013a1dc (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.namespaceListDescription }}
</div>
{% indexentry nav name=tr.namespaceList file=page.fileName anchor='' isReference=False separateIndex=True addToIndex=True %}
{% opensubindex nav %}
{% with tree=namespaceTree treeType='Namespace' %}
  {% include 'htmldirtree.tpl' %}
{% endwith %}
{% closesubindex nav %}
</div><!-- contents -->
{% endblock %}