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