page_status, minor style change

This commit is contained in:
magmaus3 2023-08-09 23:36:20 +02:00
parent f485daaed5
commit 90a58c28c6
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
7 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{{ define "main" }}
<article>
<a href="..">go up</a>
<header>
<h1><code>{{ .Title }}</code> {{ .Description }}</h1>
</header>
{{ .Content }}
</article>
{{ end }}