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

15 lines
304 B
HTML

{{ define "main" }}
{{ .Content }}
<section>
<p>Relevante pagina's:</p>
<ul class="list">
{{ range .Pages }}
<li>
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}
</a>
</li>
{{ end }}
</ul>
</section>
{{ end }}