frontend: error tpl invokes header/footer with vals
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
2f5cbd5eee
commit
96ffafe0c5
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ define "error" }}
|
||||
{{ template "header" }}
|
||||
{{ template "header" . }}
|
||||
|
||||
<main role="main">
|
||||
<div class="py-5">
|
||||
|
@ -16,5 +16,5 @@
|
|||
</div>
|
||||
</main>
|
||||
|
||||
{{ template "footer" }}
|
||||
{{ template "footer" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue