tl/examples/templates/pages/index.html
2025-07-01 13:21:08 +05:00

6 lines
133 B
HTML

{{ template "layouts/base.html" . }}
{{ define "main" }}
{{ template "icons/material/favicon.svg" . }}
<h1>Index</h1>
{{ end }}