summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlnsmembers.tpl
blob: 97ba2c2f90364e0e16bc87b4b3d312dd46e9b6b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{# inputs: page, list #}
{% extend 'htmlbase.tpl' %}

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

{% include 'htmlmemberindex.tpl' %}

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