aboutsummaryrefslogtreecommitdiff
path: root/data/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/tag.html')
-rw-r--r--data/templates/tag.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/tag.html b/data/templates/tag.html
new file mode 100644
index 0000000..b2736b9
--- /dev/null
+++ b/data/templates/tag.html
@@ -0,0 +1,5 @@
+{{define "content"}}
+ <h2>Tag: {{.Tag}}</h2>
+
+ {{template "Projectlist" .Projects}}
+{{end}}