aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user.html
blob: f5c8983d1fd0392a582ff9da77d2069972cdf51a (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ template "HEADER" }}
<h1>{{ .User }} is a bommom user.</h1>
<b>Email:</b> <a href="mailto:{{ .Email }}">{{ .Email }}</a>
<ul>
{{ range .BomList }}
<li><a href="/{{ .Owner }}/{{ .Name }}/">{{ .Name }}</a>
{{ else }}
No Boms found!
{{ end }}
</ul>
{{ template "FOOTER" }}