mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 17:55:31 +00:00
Lesekabinett & Startseite
This commit is contained in:
8
views/routes/redaktion/lesekabinett/body.gohtml
Normal file
8
views/routes/redaktion/lesekabinett/body.gohtml
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="container-normal relative">
|
||||
<div class="text indented">
|
||||
{{ if .record.Title }}<h1 class="mb-12">{{ .record.Title }}</h1>{{ end }}
|
||||
<div class="text">
|
||||
{{ Safe .record.Text }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user