From dd34344611ff719e2443ddb730f3ae1c0a4d9c6c Mon Sep 17 00:00:00 2001 From: jbergner Date: Sun, 18 May 2025 22:24:54 +0200 Subject: [PATCH] bugfix --- templates/store.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/store.html b/templates/store.html index af106c5..5efd138 100644 --- a/templates/store.html +++ b/templates/store.html @@ -1,3 +1,4 @@ +{{ define "store" }} @@ -58,4 +59,5 @@ Ich verzichte auf Cookies, affiliate Links, Tracking und die Einbindung von Drittanbieter-Diensten. - \ No newline at end of file + +{{ end }} \ No newline at end of file