aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user.html')
-rw-r--r--templates/user.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/user.html b/templates/user.html
new file mode 100644
index 0000000..f5c8983
--- /dev/null
+++ b/templates/user.html
@@ -0,0 +1,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" }}