aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/jargon.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/jargon.html.tmpl')
-rw-r--r--src/templates/jargon.html.tmpl17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl
index 23847a4..593a169 100644
--- a/src/templates/jargon.html.tmpl
+++ b/src/templates/jargon.html.tmpl
@@ -1,9 +1,20 @@
+{{ define "header" }}
+{{ template "header-navbar" . }}
+
+<style>
+ dt > a:target {
+ background-color: var(--pico-mark-background-color);
+ }
+</style>
+{{ end }}
+
{{ define "content" }}
-<header>
+
+<header class="container">
{{ template "navbar" . }}
<h1>{{ .Get "Euro Cash Jargon" }}</h1>
</header>
-<main>
+<main class="container">
<p>
{{ .Get "Both on this website and in other related forums you will come across many terms that you may not be familiar with. This page will hopefully get you up to speed with the most important and frequently-used terminology." }}
</p>
@@ -55,7 +66,7 @@
<dl>
{{ template "jargon/dt" (tuple "crh" (.Get "CRH — Coin Roll Hunting")) }}
<dd>
- {{ .Get "Coin roll hunting is a general term for the activity of collecting coins by searching through coin rolls and -bags. Coin rolls and -bags are often obtained at banks or coin roll machines." }}
+ {{ .Get "Coin roll hunting is a general term for the activity of collecting coins by searching through coin rolls and bags. Coin rolls and bags are often obtained at banks or coin roll machines." }}
</dd>
</dl>
</main>