Projektwoche (#213)
Reviewed-on: https://git.cantorgymnasium.de/gcg/gcg-website/pulls/213
This commit is contained in:
15
layouts/projektwoche/list.html
Normal file
15
layouts/projektwoche/list.html
Normal file
@ -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 }}
|
Reference in New Issue
Block a user