templates/example_templates/home.html
2025-01-12 03:47:45 -07:00

4 lines
No EOL
70 B
HTML

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