aboutsummaryrefslogtreecommitdiff
path: root/apps/dreki_web/templates/namespace.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dreki_web/templates/namespace.dtl')
-rw-r--r--apps/dreki_web/templates/namespace.dtl6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/dreki_web/templates/namespace.dtl b/apps/dreki_web/templates/namespace.dtl
new file mode 100644
index 0000000..4f6e46d
--- /dev/null
+++ b/apps/dreki_web/templates/namespace.dtl
@@ -0,0 +1,6 @@
+<h1 class="text-lg">{{ namespace }}</h1>
+
+<ul>
+{% for store in stores %}
+<li><a href="{{ store.href }}">{{ store.name }}</a> ({{ store.backend_mod }})</a></li>
+{% endfor %}