Files
.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
gcg-website/themes/educenter-hugo/layouts/pages/single.html
Denys Konovalov 225c08d3a0 Init
2020-06-27 10:05:59 +02:00

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