blog/root/index.gohtml

5 lines
85 B
Plaintext

{{ define "title" }}Welcome{{ end }}
{{ define "content" }}
<h1>Index</h1>
{{ end }}