Toevoegen ondersteuning tbv (lopende) projecten

This commit is contained in:
Michael Boelen 2023-05-07 13:01:05 +02:00
parent 68eb58e7aa
commit 45106ad319
3 changed files with 39 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{{ define "main" }}
<h2>Open projecten</h2>
{{ range $.Site.Data.projecten.open }}
<h3>{{ .name }}</h3>
<p>{{ .description }}</p>
{{ end }}
{{ end }}