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

@@ -5,6 +5,7 @@
{{ partial "head.html" . }}
</head>
<body>
<div class = "all">
<div class = "title">
<header>
{{ partial "header.html" . }}
@@ -18,5 +19,6 @@
{{ partial "footer.html" . }}
</footer>
</div>
</div>
</body>
</html>

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}}