Projektwoche ()

Reviewed-on: https://git.cantorgymnasium.de/gcg/gcg-website/pulls/213
This commit is contained in:
2023-03-05 19:14:57 +01:00
parent e4a817a6db
commit 1e2c4c7c9c
269 changed files with 289 additions and 2 deletions
config.yml
content/german/projektwoche
layouts
_default
projektwoche
superhaufen
static
admin
media
blog
Cantorpreisverleihungen/2023
Weihnachtsbasar2022
Weihnachtskonzert2022
projektwoche/2023

@ -0,0 +1,15 @@
{{ define "main" }}
<section class="section-sm pb-0">
<div class="container">
<div class="row">
{{ range .Data.Pages }}
<div class="col-lg-4 col-sm-6">
{{ .Render "card-noimg" }}
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}