5 lines
86 B
HTML
5 lines
86 B
HTML
{{template "base.html"}}
|
|
{{define "body"}}
|
|
<h1> test </h1>
|
|
<p> hi, hello </p>
|
|
{{end}}
|