basic reload

This commit is contained in:
Simon Martens
2024-11-15 02:20:03 +01:00
parent b963df6782
commit 2054379faa
8 changed files with 230 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{{define "body"}}
<p>Hello from body</p>
{{end}}
{{ define "body" }}
<p>Changed again! Hello from body</p>
{{ end }}