aboutsummaryrefslogtreecommitdiffstats
path: root/templates/bom_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bom_view.html')
-rw-r--r--templates/bom_view.html4
1 files changed, 2 insertions, 2 deletions
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" . }}
<h1>{{ .BomMeta.Name }} is a bom.</h1>
<a href="./_upload/"><button class="btn btn-mini">upload new</button></a>
<br>
@@ -32,4 +32,4 @@
</tr>
{{ end }}
</table>
-{{ template "FOOTER" }}
+{{ template "FOOTER" . }}