4 lines
70 B
HTML
4 lines
70 B
HTML
|
{{template "base" .}}
|
||
|
{{define "content" }}
|
||
|
<p>Hello world</p>
|
||
|
{{end}}
|