summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlconcepts.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlconcepts.tpl')
-rw-r--r--templates/html/htmlconcepts.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/html/htmlconcepts.tpl b/templates/html/htmlconcepts.tpl
new file mode 100644
index 0000000..7723a46
--- /dev/null
+++ b/templates/html/htmlconcepts.tpl
@@ -0,0 +1,15 @@
+{% extend 'htmlbase.tpl' %}
+{% block content %}
+<div class="contents">
+<div class="textblock">
+{{ tr.conceptListDescription }}
+</div>
+{% indexentry nav name=tr.concepts file=page.fileName anchor='' isReference=False separateIndex=True addToIndex=True %}
+{% opensubindex nav %}
+{% with tree=conceptTree %}
+ {% include 'htmldirtree.tpl' %}
+{% endwith %}
+{% closesubindex nav %}
+</div><!-- contents -->
+{% endblock %}
+