summaryrefslogtreecommitdiffhomepage
path: root/template.old/root.templ
diff options
context:
space:
mode:
Diffstat (limited to 'template.old/root.templ')
-rw-r--r--template.old/root.templ23
1 files changed, 0 insertions, 23 deletions
diff --git a/template.old/root.templ b/template.old/root.templ
deleted file mode 100644
index 657314c..0000000
--- a/template.old/root.templ
+++ /dev/null
@@ -1,23 +0,0 @@
-package template
-
-import "git.thomasvoss.com/euro-cash.eu/lib"
-
-templ Root() {
- {{ p := ctx.Value("printer").(lib.Printer) }}
- <header>
- @navbar()
- <hgroup>
- <h1>{ p.T("The Euro Cash Compendium") }</h1>
- <p>
- { p.T("United in") }
- <del>{ p.T("diversity") }</del>
- <ins>{ p.T("cash") }</ins>
- </p>
- </hgroup>
- </header>
- <main>
- <p>
- { p.T("Welcome to the Euro Cash Compendium. This sites aims to be a resource for you to discover everything there is to know about the coins and banknotes of the Euro, a currency that spans 26 countries and 350 million people. We also have dedicated sections of the site for collectors.") }
- </p>
- </main>
-}