ui: style remaining pages

Mostly, this reduces to displaying the short content inside a more narrow block, fitting into the horizontal header and footer limits.
This commit is contained in:
Johannes 2023-07-09 12:27:17 +02:00
parent 826f6597fd
commit 4d7d98feed
10 changed files with 73 additions and 52 deletions

View file

@ -24,7 +24,7 @@
</div>
<div id="content">
<h1 class="h3 m-1 mb-3">{{template "title" .}}</h1>
<h1 class="h3 m-1 mb-3 text-center">{{template "title" .}}</h1>
{{block "content" .}}Du solltest dies nicht sehen.{{end}}
</div>
</div>