Files
www/northsidestudio/themes/basic/layouts/index.html
2026-06-14 00:54:42 +02:00

7 lines
188 B
HTML

{{define "main"}}
{{ $image := resources.Get "/NSS_middle.png" }}
<img src="{{ $image.RelPermalink }}" width="{{ $image.Width }}" height="{{ $image.Height }}">
{{.Content}}
{{end}}