gcg-website/layouts/fachbereich/list.html

14 lines
207 B
HTML
Raw Normal View History

2023-02-02 06:46:39 +01:00
{{ define "main" }}
2023-08-04 18:05:35 +02:00
<section class="section pb-0">
2023-02-02 06:46:39 +01:00
<div class="container">
<div class="row">
{{ range .Data.Pages }}
2023-08-04 18:05:35 +02:00
{{ partial "card-btn" . }}
2023-02-02 06:46:39 +01:00
{{ end }}
</div>
</div>
</section>
{{ end }}