voidway/templates/index.html

5 lines
85 B
HTML
Raw Normal View History

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