personal-website/templates/users/index.tmpl
2023-03-17 19:13:41 +03:00

7 lines
110 B
Cheetah

{{ define "users/index.tmpl" }}
<html><h1>
{{ .title }}
</h1>
<p>Using users/index.tmpl</p>
</html>
{{ end }}