summaryrefslogtreecommitdiff
path: root/templ/categories.tpl
blob: 662e1e12033153a9b56a638fa2876fc972fcb823 (plain)
1
2
3
4
5
6
7
8
9
{{define "main"}}
<ul class="list-group">
    {{range .}}
       <li class="list-group-item">
        {{.Name}}
       </li>
    {{end}}
</ul>
{{end}}