diff options
Diffstat (limited to 'src/templates/jargon.html.tmpl')
-rw-r--r-- | src/templates/jargon.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl index 79519aa..f73ed5f 100644 --- a/src/templates/jargon.html.tmpl +++ b/src/templates/jargon.html.tmpl @@ -1,4 +1,8 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} {{ define "content" }} + <header> {{ template "navbar" . }} <h1>{{ .Get "Euro Cash Jargon" }}</h1> @@ -67,4 +71,4 @@ {{ index . 1 }} </a> </dt> -{{ end }} +{{ end }}
\ No newline at end of file |