voidway/templates/index.html
2024-12-23 22:48:53 +04:00

5 lines
86 B
HTML

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