7 lines
188 B
HTML
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}}
|
|
|