From e7fc0e9d5d116ba7337ae4f7ed032e1752db75f0 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Fri, 21 Aug 2026 22:00:13 +0200 Subject: server: use server config to render the index template --- internal/web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/web/templates') diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index 24d8c5e..54630e7 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -3,11 +3,11 @@ - OpenStore + {{ .Name }} -

Welcome to openstore!

+

Welcome to {{ .Name }}!

Work in progress...

-- cgit v1.3.1