bunteshaus.de/themes/buha/layouts/partials/layout/section_list.html
2022-06-15 11:21:24 +02:00

12 lines
271 B
HTML

{{ if ne .context.Content "" }}
<div>
{{ partial "snippets/content" (dict "content" .context.Content) }}
</div>
{{ end }}
<div>
{{ range .context.Pages }}
<div>🗀 <a href="{{ .Permalink }}" class="underline">{{ .Title }}</a></div>
{{ end }}
</div>