archetypes
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldung
author
begabtenfoerderung
bibo
cantorfora
cantorpreis
foerderverein
forms
ganztagsangebote
jia
kontakt
pages
single.html
partials
schuelerrat
schulchronik
shortcodes
termine
wettbewerbe
404.html
index.html
resources
static
.gitlab-ci.yml
.hugo_build.lock
config.toml
16 lines
258 B
HTML
16 lines
258 B
HTML
|
{{ define "main" }}
|
||
|
|
||
|
<section class="section">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<div class="content">
|
||
|
{{ .Content | safeHTML }}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
{{ end }}
|