.github
archetypes
assets
content
data
i18n
layouts
_default
abiturienten.html
anmeldung.html
baseof.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
cantorfora
cantorpreis
forms
ganztagsangebote
jia
kontakt
pages
pages-nocontent
partials
schuelerrat
schulchronik
shortcodes
termine
wettbewerbe
404.html
index.html
resources
static
.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 }}
|