From 627a217e7e74a6800475a9b3898855b26edd4a16 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 20 Sep 2012 02:50:07 +0200 Subject: pseudo persona stuff --- templates/user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user.html') 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" . }}

{{ .UserName }} is a bommom user.

{{ range .BomList }} @@ -8,4 +8,4 @@ No Boms found! {{ end }}
-{{ template "FOOTER" }} +{{ template "FOOTER" . }} -- cgit v1.2.3