Files
.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
gcg-website/layouts/_default/page.html
Denys Konovalov 2b4e4fcc58 garbage collection
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 }}