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

11 lines
278 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-10 00:53:31 +02:00
{{ range .context.Resources.ByType "image" }}
<img src="{{ .Permalink }}" class="borderrad4px"/>
{{ end }}
2022-04-11 15:45:49 +02:00
</section>