personal-website/templates/users/index.tmpl

7 lines
110 B
Cheetah
Raw Permalink Normal View History

2023-03-17 16:13:41 +00:00
{{ define "users/index.tmpl" }}
<html><h1>
{{ .title }}
</h1>
<p>Using users/index.tmpl</p>
</html>
{{ end }}