diff options
Diffstat (limited to 'layouts/index.html')
| -rw-r--r-- | layouts/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index d975ecb..2c47df5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1 +1,3 @@ -{{ define "main" }} {{ .Content }} {{ end }} +{{ define "main" }} +<header>{{- partial "header.html" . -}}</header> +{{ .Content }} {{ end }} |
