aboutsummaryrefslogtreecommitdiff
path: root/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tag.html')
-rw-r--r--templates/tag.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/tag.html b/templates/tag.html
new file mode 100644
index 0000000..6f329cd
--- /dev/null
+++ b/templates/tag.html
@@ -0,0 +1,14 @@
+<section>
+ <h2>Tag</h2>
+ <ul>
+ $for(htags)$
+ <li>$htag$</li>
+ $endfor$
+ </ul>
+ <h2>Pages</h2>
+ <ul>
+ $for(pages)$
+ <li><a href="$page$">$page$</a></li>
+ $endfor$
+ </ul>
+</section>