summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlnsmembers.tpl
blob: 3f4c0bddc44f71942d7b3e305d6debdb8136d4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{# inputs: page, list #}
{% extend 'htmlbase.tpl' %}
{% block tabs %}
{{ block.super }}
{% include 'htmlmembertabs.tpl' %}
{% endblock %}

{% block content %}
<div class="contents">
<div class="textblock">
{% if section=='' and letter=='' %}
  {{ tr.namespaceMembersDescription }}
{% endif %}

{% include 'htmlmemberindex.tpl' %}

</div>
</div><!-- contents -->
{% endblock %}