.gitea
assets
content
data
i18n
layouts
_default
abiturienten
list.html
single.html
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
projektwoche
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.gitignore
LICENSE
config.yml
16 lines
274 B
HTML
16 lines
274 B
HTML
{{ define "main" }}
|
|
|
|
<section class="section-sm">
|
|
<div class="container">
|
|
<div class="row">
|
|
{{ range .Data.Pages }}
|
|
<div class="col-lg-4 col-sm-6">
|
|
{{ .Render "abiturienten" }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ end }}
|