diff options
Diffstat (limited to 'src/templates/collecting-storage.html.tmpl')
-rw-r--r-- | src/templates/collecting-storage.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/collecting-storage.html.tmpl b/src/templates/collecting-storage.html.tmpl index d5a590b..25150d4 100644 --- a/src/templates/collecting-storage.html.tmpl +++ b/src/templates/collecting-storage.html.tmpl @@ -1,3 +1,7 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + {{ define "content" }} <header> {{ template "navbar" . }} @@ -160,4 +164,4 @@ > </div> </details> -{{ end }} +{{ end }}
\ No newline at end of file |