6 lines
133 B
HTML
6 lines
133 B
HTML
{{ template "layouts/base.html" . }}
|
|
|
|
{{ define "main" }}
|
|
{{ template "icons/material/favicon.svg" . }}
|
|
<h1>Index</h1>
|
|
{{ end }}
|