aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-20 02:50:07 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-20 02:50:07 +0200
commit627a217e7e74a6800475a9b3898855b26edd4a16 (patch)
tree64ca6d32ae3c21aa71ddb8a1cd2e458aed394a01 /templates/home.html
parente562f632fd2d56f9a0998a8f39ef7bcccb09f6ba (diff)
downloadbommom-627a217e7e74a6800475a9b3898855b26edd4a16.tar.gz
bommom-627a217e7e74a6800475a9b3898855b26edd4a16.zip
pseudo persona stuff
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html b/templates/home.html
index 8749c58..40e8f6c 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -1,4 +1,4 @@
-{{ template "HEADER" }}
+{{ template "HEADER" . }}
<h1>this is bomom.</h1>
<table class="table">
{{ range .BomList }}
@@ -8,4 +8,4 @@
No Boms found!
{{ end }}
</table>
-{{ template "FOOTER" }}
+{{ template "FOOTER" . }}