tl/examples/templates/pages/index.html

7 lines
133 B
HTML
Raw Permalink Normal View History

2025-07-01 13:21:08 +05:00
{{ template "layouts/base.html" . }}
{{ define "main" }}
{{ template "icons/material/favicon.svg" . }}
<h1>Index</h1>
{{ end }}