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