gcg-website/layouts/fachbereich/list.html
Denys Konovalov b141640a15
All checks were successful
website-dev / dev-build (push) Successful in 1m13s
Merge feat/fachbereiche into dev (#238)
Co-authored-by: Lilli Berthold <lilli.berthold@outlook.de>
Reviewed-on: #238
2023-08-04 18:11:47 +02:00

14 lines
207 B
HTML

{{ define "main" }}
<section class="section pb-0">
<div class="container">
<div class="row">
{{ range .Data.Pages }}
{{ partial "card-btn" . }}
{{ end }}
</div>
</div>
</section>
{{ end }}