personal-website/templates/personal-properties/app.tmpl

7 lines
122 B
Cheetah
Raw Normal View History

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