From db7dc92fc8726a0a89b26fbac5480d9e3847a55f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 00:24:54 +0200 Subject: Change how we do headers --- src/templates/coins-designs-be.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/templates/coins-designs-be.html.tmpl') diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index 9063a3a..e57d0cb 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -1,4 +1,8 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} {{ define "content" }} +
{{ template "navbar" . }}

{{ .Get "Belgian Euro Coin Designs" }}

@@ -29,4 +33,4 @@ {{ .Get "After his accession to the throne, Belgium began a third series of coins in 2014 featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped to face right instead of left." }}

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