2022-03-18 13:35:57 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
{{ range .Data.Pages }}
|
2022-03-19 10:21:45 +01:00
|
|
|
<div class="col-lg-3 col-sm-4 col-6">
|
2022-03-18 13:35:57 +01:00
|
|
|
{{ .Render "cantorpreis" }}
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{{ end }}
|