From dd5f14befa96d71ae2b32f7809de99cf50dd7f07 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 5 Jan 2025 20:24:20 +0100 Subject: Add the /banknotes page --- src/templates/banknotes.html.tmpl | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/templates/banknotes.html.tmpl (limited to 'src/templates/banknotes.html.tmpl') diff --git a/src/templates/banknotes.html.tmpl b/src/templates/banknotes.html.tmpl new file mode 100644 index 0000000..1a171db --- /dev/null +++ b/src/templates/banknotes.html.tmpl @@ -0,0 +1,49 @@ +{{ define "content" }} +
+ {{ template "navbar" . }} +

{{ .T "Euro Banknotes" }}

+
+
+

+ {{ .T ` + On this section of the site you can find everything there is to + know about the banknotes of the Eurozone. + ` }} +

+
+
+ +
+
+{{ end }} \ No newline at end of file -- cgit v1.2.3