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