diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-09-20 02:50:07 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-09-20 02:50:07 +0200 |
commit | 627a217e7e74a6800475a9b3898855b26edd4a16 (patch) | |
tree | 64ca6d32ae3c21aa71ddb8a1cd2e458aed394a01 /templates/user.html | |
parent | e562f632fd2d56f9a0998a8f39ef7bcccb09f6ba (diff) | |
download | bommom-627a217e7e74a6800475a9b3898855b26edd4a16.tar.gz bommom-627a217e7e74a6800475a9b3898855b26edd4a16.zip |
pseudo persona stuff
Diffstat (limited to 'templates/user.html')
-rw-r--r-- | templates/user.html | 4 |
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" . }} |