7 lines
76 B
Smarty
Raw Normal View History

{{define "title"}}Home{{end}}
{{define "main"}}
<h1>Hello!</h1>
{{end}}