7 lines
110 B
Cheetah
7 lines
110 B
Cheetah
{{ define "users/index.tmpl" }}
|
|
<html><h1>
|
|
{{ .title }}
|
|
</h1>
|
|
<p>Using users/index.tmpl</p>
|
|
</html>
|
|
{{ end }} |