7 lines
76 B
Smarty
7 lines
76 B
Smarty
{{define "title"}}Home{{end}}
|
|
|
|
|
|
{{define "main"}}
|
|
<h1>Hello!</h1>
|
|
{{end}}
|