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

11 lines
268 B
HTML
Raw Normal View History

2022-04-11 15:45:49 +02:00
{{ if ne .context.Content "" }}
<section>
{{ partial "snippets/content" (dict "content" .context.Content) }}
</section>
{{ end }}
<section>
2022-04-28 14:53:58 +02:00
{{ range .context.Resources }}
<div>🗀 <a href="{{ .Permalink }}">{{ . }}</a></div>
2022-04-10 00:53:31 +02:00
{{ end }}
2022-04-11 15:45:49 +02:00
</section>