gcg-website/layouts/cantorpreis/list.html

20 lines
356 B
HTML
Raw Normal View History

2022-03-18 13:35:57 +01:00
{{ define "main" }}
<!-- teachers -->
<section class="section">
<div class="container">
<!-- teacher list -->
<div class="row">
<!-- teacher -->
{{ range .Data.Pages }}
<div class="col-lg-4 col-sm-6">
{{ .Render "cantorpreis" }}
</div>
{{ end }}
</div>
</div>
</section>
<!-- /teachers -->
{{ end }}