aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html
blob: 1b328c33ed981576945295a9efa7275ce78f53df (plain)
1
2
3
4
5
6
7
8
9
10
{{ template "HEADER" }}
<h1>this is bomom.</h1>
<ul>
{{ range .BomList }}
<li><a href="/{{ .Owner }}/">{{ .Owner }}</a>/<a href="/{{ .Owner }}/{{ .Name }}/">{{ .Name }}</a>
{{ else }}
No Boms found!
{{ end }}
</ul>
{{ template "FOOTER" }}