diff --git a/src/frontend/templates/error.html b/src/frontend/templates/error.html
index ce8baaa..0c9d163 100644
--- a/src/frontend/templates/error.html
+++ b/src/frontend/templates/error.html
@@ -1,5 +1,5 @@
{{ define "error" }}
- {{ template "header" }}
+ {{ template "header" . }}
@@ -16,5 +16,5 @@
- {{ template "footer" }}
+ {{ template "footer" . }}
{{ end }}