diff options
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 4 |
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" . }} |