voidway/templates/index.html

6 lines
86 B
HTML
Raw Permalink Normal View History

{{template "base.html"}}
{{define "body"}}
<h1> test </h1>
<p> hi, hello </p>
2024-12-23 22:48:53 +04:00
{{end}}