diff options
Diffstat (limited to 'src/templates/-404.html.tmpl')
-rw-r--r-- | src/templates/-404.html.tmpl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/templates/-404.html.tmpl b/src/templates/-404.html.tmpl index c86dc30..fd17cf6 100644 --- a/src/templates/-404.html.tmpl +++ b/src/templates/-404.html.tmpl @@ -1,16 +1,16 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + {{ define "content" }} -<header> +<header class="container"> {{ template "navbar" . }} - <h1>{{ .T "Page Not Found" }}</h1> + <h1>{{ .Get "Page Not Found" }}</h1> </header> -<main> +<main class="container"> <p> - {{ .T ` - 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 %s.` - `<a href="mailto:mail@euro-cash.eu">mail@euro-cash.eu</a>` | safe - }} + {{ .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") }} </p> </main> -{{ end }} +{{ end }}
\ No newline at end of file |