6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/organisatie/section.html

13 lines
273 B
HTML

{{ define "main" }}
{{ .Content }}
{{ if .Params.active_members }}
<section>
<h2>Actieve leden</h2>
{{ .Scratch.Set "active_members" .Params.active_members }}
{{ partial "show-active-members-small.html" . }}
</section>
{{ end }}
{{ end }}