From 3f064cd622d7dd1c74a506eee0766e80a869a94c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 7 Aug 2025 14:43:54 +0200 Subject: Use the correct context --- src/templates/coins-mintages.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index 6a8a744..a70a8ea 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -274,7 +274,7 @@ {{ $v := index . 0 }} {{ $p := index . 1 }} {{ if not $v.Valid }} - {{ $p.Get "Unknown" }} + {{ $p.GetC "Unknown" "Header/Label" }} {{ else if eq $v.V 0 }} — {{ else }} -- cgit v1.2.3