mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
<div class="container-normal relative">
|
|
<div class="text indented">
|
|
{{ if (pageMetaField "lesekabinett" "title") }}<h1 class="mb-12">{{ pageMetaField "lesekabinett" "title" }}</h1>{{ end }}
|
|
<div class="text">
|
|
{{ pageHtml "lesekabinett" "text" }}
|
|
</div>
|
|
</div>
|
|
</div>
|