summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlexamples.tpl
blob: 3fe7781a3655ee21713e4a8a924ab55ecde359ef (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.examplesDescription }}
</div>
{% indexentry nav name=tr.examples file=page.fileName anchor='' isReference=False separateIndex=False addToIndex=True %}
{% opensubindex nav %}
{% with tree=exampleTree %}
  {% include 'htmldirtree.tpl' %}
{% endwith %}
{% closesubindex nav %}
</div><!-- contents -->
{% endblock %}