feat: 🎉 nace gorender

This commit is contained in:
2024-08-21 22:39:00 +02:00
commit 58033d8e37
13 changed files with 744 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ template "base" . }}
{{ define "content" }}
<h2>Page with fragment</h2>
{{ template "fragment" . }}
{{ end }}