FB Mathematik (#297)
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 17s
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:
13
layouts/wou/list.html
Normal file
13
layouts/wou/list.html
Normal 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 }}
|
Reference in New Issue
Block a user