added files from christoph

This commit is contained in:
rra
2022-06-15 07:39:59 +02:00
parent ce00fb5b26
commit cad1d48933
26 changed files with 1310 additions and 77 deletions

View File

@ -0,0 +1,13 @@
{{ define "main" }}
<main class="main single">
<article class="h-entry">
<header>
<button class="back-button" onclick="history.back()">back to timeline</button>
<h1 class="p-name">{{ .Title }}</h1>
</header>
<div class="e-content">
{{ .Content }}
</div>
</article>
</main>
{{ end }}