diff options
Diffstat (limited to 'src/templates/-base.html.tmpl')
-rw-r--r-- | src/templates/-base.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/-base.html.tmpl b/src/templates/-base.html.tmpl index 42ec216..62f3301 100644 --- a/src/templates/-base.html.tmpl +++ b/src/templates/-base.html.tmpl @@ -33,7 +33,8 @@ }); })(); </script> - {{ includeIfExists "header" . }} + + {{ template "header" . }} </head> <body> {{ template "content" . }} |