summaryrefslogtreecommitdiff
path: root/root/tags
diff options
context:
space:
mode:
Diffstat (limited to 'root/tags')
-rw-r--r--root/tags12
1 files changed, 12 insertions, 0 deletions
diff --git a/root/tags b/root/tags
new file mode 100644
index 0000000..748631e
--- /dev/null
+++ b/root/tags
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>tags</title>
+</head>
+<body>
+<ol>
+[% FOR tag IN tags %]
+<li><a href="[% base _ 'tag/' _ tag.name %]">[% tag.name %]</a> ([% tag.how_many %])</li>
+[% END %]
+</ol>
+</body>
+</html>