bunteshaus.de/themes/buha/layouts/partials/layout/section_list.html

12 lines
287 B
HTML

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