kuvia2/vendor/github.com/flamego/template/testdata/basic/home.tmpl

6 lines
80 B
Cheetah
Raw Normal View History

2022-01-14 23:09:03 +00:00
{{template "base/head"}}
<p>
Hello, {{.Name}}!
</p>
<footer>{{Year}}</footer>