gcg-website/layouts/wou/single.html
Denys Konovalov ccf390a23c
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 17s
FB Mathematik (#297)
- [ ] Einführung
- [x] Fachliche Schwerpunkte
- [x] Außerunterrichtliche Aktivitäten
- [x] Fotos
- [x] Verlinkung WoU
- [x] Spezilager
- [ ] Titelbild

Reviewed-on: #297
2024-10-02 21:56:41 +02:00

11 lines
193 B
HTML

{{ define "main" }}
<section class="section" data-pagefind-body>
<div class="container">
<div class="content text-justify">
{{ .Content }}
</div>
</div>
</section>
{{ end }}