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/-navbar.html.tmpl | 2 +- src/templates/banknotes.html.tmpl | 49 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 src/templates/banknotes.html.tmpl (limited to 'src') diff --git a/src/templates/-navbar.html.tmpl b/src/templates/-navbar.html.tmpl index b0b1130..f1e95e9 100644 --- a/src/templates/-navbar.html.tmpl +++ b/src/templates/-navbar.html.tmpl @@ -5,7 +5,7 @@
  • {{ .T "News" }}
  • {{ .T "Coin Collecting" }}
  • {{ .T "Coins" }}
  • -
  • {{ .T "Banknotes" }}
  • +
  • {{ .T "Banknotes" }}
  • {{ .T "Jargon" }}
  • 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