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/bom_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/bom_view.html') diff --git a/templates/bom_view.html b/templates/bom_view.html index 2e66bf1..7eca3e3 100644 --- a/templates/bom_view.html +++ b/templates/bom_view.html @@ -1,4 +1,4 @@ -{{ template "HEADER" }} +{{ template "HEADER" . }}

{{ .BomMeta.Name }} is a bom.


@@ -32,4 +32,4 @@ {{ end }} -{{ template "FOOTER" }} +{{ template "FOOTER" . }} -- cgit v1.2.3