Files
.github
archetypes
content
data
i18n
layouts
resources
static
themes
educenter-hugo
archetypes
assets
exampleSite
images
layouts
_default
abiturienten.html
anmeldung.html
baseof.html
cantorfora.html
cantorpreis.html
event.html
forms.html
ganztagsangebote.html
list.html
notice.html
page.html
post.html
schulchronik.html
single.html
teacher.html
wettbewerbe.html
abiturienten
abiturienten-min
about
anmeldung
author
cantorfora
cantorfora-min
cantorpreis
cantorpreis-min
contact
event
forms
ganztagsangebote
min
notice
pages
pages-nocontent
pages-nocontent-min
partials
schuelerrat
schulchronik
schulchronik-min
teacher
wettbewerbe
404.html
index.html
static
.gitignore
LICENSE
README.md
theme.toml
config.toml
gcg-website/themes/educenter-hugo/layouts/_default/page.html
2020-07-09 17:43:11 +02: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 }}