From d838cee9cb536049119a22e805746d958628387d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 4 Aug 2025 01:23:32 +0200 Subject: Big changes to everything --- src/templates/-404.html.tmpl | 4 +- src/templates/-base.html.tmpl | 4 +- src/templates/-navbar.html.tmpl | 19 +- src/templates/banknotes-codes.html.tmpl | 535 ++++++++++++++++++----------- src/templates/banknotes.html.tmpl | 74 ++-- src/templates/coins-mintages.html.tmpl | 310 ++++++++++++----- src/templates/coins.html.tmpl | 74 ++-- src/templates/collecting-crh.html.tmpl | 590 ++++++++++++++++---------------- src/templates/collecting.html.tmpl | 96 +++--- src/templates/index.html.tmpl | 4 +- src/templates/jargon.html.tmpl | 11 +- src/templates/language.html.tmpl | 6 +- 12 files changed, 1003 insertions(+), 724 deletions(-) (limited to 'src/templates') diff --git a/src/templates/-404.html.tmpl b/src/templates/-404.html.tmpl index b149777..fd17cf6 100644 --- a/src/templates/-404.html.tmpl +++ b/src/templates/-404.html.tmpl @@ -3,11 +3,11 @@ {{ end }} {{ define "content" }} -
+
{{ template "navbar" . }}

{{ .Get "Page Not Found" }}

-
+

{{ .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") }} diff --git a/src/templates/-base.html.tmpl b/src/templates/-base.html.tmpl index 62f3301..f455a14 100644 --- a/src/templates/-base.html.tmpl +++ b/src/templates/-base.html.tmpl @@ -4,7 +4,7 @@ {{ if .Debugp }} - + {{ else }} {{ end }} @@ -38,7 +38,7 @@ {{ template "content" . }} -