aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user.html')
-rw-r--r--templates/user.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user.html b/templates/user.html
index 296db8c..995819c 100644
--- a/templates/user.html
+++ b/templates/user.html
@@ -1,4 +1,4 @@
-{{ template "HEADER" }}
+{{ template "HEADER" . }}
<h1>{{ .UserName }} is a bommom user.</h1>
<table class="table">
{{ range .BomList }}
@@ -8,4 +8,4 @@
No Boms found!
{{ end }}
</table>
-{{ template "FOOTER" }}
+{{ template "FOOTER" . }}