This commit is contained in:
2026-06-14 00:54:42 +02:00
parent 0db58c6839
commit 110c4307c0
16 changed files with 83 additions and 31 deletions

View File

@@ -1,4 +1,6 @@
{{define "main"}}
{{ $image := resources.Get "/NSS_middle.png" }}
<img src="{{ $image.RelPermalink }}" width="{{ $image.Width }}" height="{{ $image.Height }}">
{{.Content}}
{{end}}