diff options
Diffstat (limited to 'src/templates/-404.html.tmpl')
-rw-r--r-- | src/templates/-404.html.tmpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/templates/-404.html.tmpl b/src/templates/-404.html.tmpl index 03602e1..fd17cf6 100644 --- a/src/templates/-404.html.tmpl +++ b/src/templates/-404.html.tmpl @@ -1,9 +1,13 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + {{ define "content" }} -<header> +<header class="container"> {{ template "navbar" . }} <h1>{{ .Get "Page Not Found" }}</h1> </header> -<main> +<main class="container"> <p> {{ .Get "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact ‘@onetruemangoman’ on Discord or email us at {Email:e}." (map "Email" "mail@euro-cash.eu") }} |