fediversity_website/themes/nluug/layouts/projecten/section.html

9 lines
221 B
HTML
Raw Normal View History

{{ define "main" }}
2023-05-15 19:49:58 +02:00
<h2>Projecten</h2>
{{ range $.Pages }}
<h3>{{ .Params.project.title }}</h3>
<p>{{ .Params.project.description }}</p>
<a href="{{ .RelPermalink }}">Meer informatie</a>
{{ end }}
{{ end }}