summaryrefslogtreecommitdiff
path: root/templ/categories.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templ/categories.tpl')
-rw-r--r--templ/categories.tpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/templ/categories.tpl b/templ/categories.tpl
deleted file mode 100644
index 662e1e1..0000000
--- a/templ/categories.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{{define "main"}}
-<ul class="list-group">
- {{range .}}
- <li class="list-group-item">
- {{.Name}}
- </li>
- {{end}}
-</ul>
-{{end}} \ No newline at end of file