voidway/templates/index.html

5 lines
No EOL
85 B
HTML

{{template "base.html"}}
{{define "body"}}
<h1> test </h1>
<p> hi, hello </p>
{{end}}