From 96166f3f17a048499cd6c9af95e81d8f4c655978 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 6 Apr 2025 09:59:04 +0200 Subject: refactor: rename views/ to templates/ --- templates/index.html.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/index.html.tmpl (limited to 'templates/index.html.tmpl') diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl new file mode 100644 index 0000000..3d8c04f --- /dev/null +++ b/templates/index.html.tmpl @@ -0,0 +1,17 @@ + + + + Lex.surf: Portal to National Law + + + + + +

The portal to national law.

+
+ {{range $key, $c := .Countries -}} + {{$key | ToUpper}} + {{- end}} +
+ + -- cgit v1.2.3