www.kontakt-bamberg.de/layouts/galerie/single.html

10 lines
221 B
HTML
Raw Normal View History

2023-03-12 00:13:25 +01:00
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
<section class="gallery">
{{ range .Resources.ByType "image" }}
2023-03-12 20:25:00 +01:00
<img alt="{{ .Title }}" src="{{ (.Fill "560x560").RelPermalink }}">
2023-03-12 00:13:25 +01:00
{{ end }}
</section>
{{ end }}