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

11 lines
268 B
HTML

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