aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html
blob: 40e8f6c5fe81e9044cce39f5aa39eed0c1e371f2 (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" . }}