Files
.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
gcg-website/layouts/abiturienten/list.html
2023-03-02 08:14:53 +01:00

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