2022-03-18 13:35:57 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
|
2023-07-29 13:16:25 +02:00
|
|
|
{{ partial "header-contest" . }}
|
2022-03-18 13:35:57 +01:00
|
|
|
|
2023-06-11 21:13:11 +02:00
|
|
|
<section class="section pt-0">
|
2022-03-18 13:35:57 +01:00
|
|
|
<div class="container">
|
2023-07-29 13:16:25 +02:00
|
|
|
<h2 class="mb-4">Weitere Wettbewerbe</h2>
|
2023-04-23 10:48:20 +02:00
|
|
|
<div class="row" data-pagefind-ignore="all">
|
2023-07-29 13:16:25 +02:00
|
|
|
{{ range partial "related" . }}
|
2023-04-23 15:30:24 +02:00
|
|
|
<div class="col-lg-4 col-sm-6">
|
2023-07-15 15:50:10 +02:00
|
|
|
{{ partial "card-category" . }}
|
2022-03-18 13:35:57 +01:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{{ end }}
|