templates/example/example_templates/home.html
2025-04-07 05:35:41 -06:00

4 lines
No EOL
70 B
HTML

{{template "base" .}}
{{define "content" }}
<p>Hello world</p>
{{end}}