Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/hatta/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/hatta/templates/list.html')
-rw-r--r--websdk/hatta/templates/list.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/websdk/hatta/templates/list.html b/websdk/hatta/templates/list.html
new file mode 100644
index 0000000..f5aa8a1
--- /dev/null
+++ b/websdk/hatta/templates/list.html
@@ -0,0 +1,10 @@
+{% extends 'page_special.html' %}
+
+{% block content %}
+ <p>{{ message|format(link=link|safe) }}</p>
+ <ul class="{{ class_|d('pagelist') }}">
+ {% for page_title in pages %}
+ <li>{{ page.wiki_link(page_title)|safe }}</li>
+ {% endfor %}
+ </ul>
+{% endblock %}