.forestry
.github
archetypes
content
data
i18n
resources
static
themes
educenter-hugo
archetypes
assets
exampleSite
images
layouts
_default
about
author
cantorpreis
contact
event
forms
ganztagsangebote
notice
pages
pg.html
single.html
partials
scholarship
teacher
wettbewerbe
404.html
index.html
static
.gitignore
LICENSE
README.md
netlify.toml
theme.toml
config.toml
15 lines
246 B
HTML
15 lines
246 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 }} |