Files
assets
content
data
i18n
layouts
_default
abiturienten.html
baseof.html
begabte.html
cantorfora.html
cantorpreis.html
forms.html
ganztagsangebote.html
list.html
page.html
post.html
schulchronik.html
single.html
superhaufen.html
wettbewerbe.html
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.drone.dev.yml
.drone.yml
.gitignore
.gitmodules
.mailmap
LICENSE
config.yml
gcg-website/layouts/_default/page.html
2022-03-18 13:35:57 +01:00

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 }}