gcg-website/layouts/begabte/single.html

17 lines
353 B
HTML
Raw Permalink Normal View History

2022-06-18 17:32:32 +02:00
{{ define "main" }}
2023-07-29 13:16:25 +02:00
{{ partial "header-contest" . }}
2022-06-18 17:32:32 +02:00
2023-06-11 21:13:11 +02:00
<section class="section pt-0">
2022-06-18 17:32:32 +02:00
<div class="container">
<h2 class="mb-4">Weitere Begabtenförderungsangebote</h2>
2023-04-23 10:48:20 +02:00
<div class="row" data-pagefind-ignore="all">
2024-03-24 16:23:54 +01:00
{{ range partial "data/related" . }}
{{ partial "card-btn" . }}
{{ end }}
2022-06-18 17:32:32 +02:00
</div>
</div>
</section>
{{ end }}