summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlexamples.tpl
blob: 58392df27b4e030a8b92b4d771b092eeed6821e8 (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 %}
{% opensubindex nav %}
{% with tree=exampleTree %}
  {% include 'htmldirtree.tpl' %}
{% endwith %}
{% closesubindex nav %}
</div><!-- contents -->
{% endblock %}