FB Mathematik (#297)
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 17s

- [ ] Einführung
- [x] Fachliche Schwerpunkte
- [x] Außerunterrichtliche Aktivitäten
- [x] Fotos
- [x] Verlinkung WoU
- [x] Spezilager
- [ ] Titelbild

Reviewed-on: #297
This commit is contained in:
2024-10-02 21:56:41 +02:00
parent f676bac628
commit ccf390a23c
17 changed files with 146 additions and 20 deletions

13
layouts/wou/list.html Normal file
View File

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