anthony.lucidcocoon.scot/layouts/partials/gallery.html

14 lines
374 B
HTML
Raw Permalink Normal View History

2024-10-12 19:09:23 +00:00
<!-- Gallery -->
<section class="wrapper style1 align-center" {{ with .id }} id="{{ . }}"{{ end }}>
<div class="inner">
<h2>{{ .title }}</h2>
<p>{{ .content | safeHTML }}</p>
</div>
<!-- Gallery -->
<div class="gallery {{ .style }}">
{{ range .pictures }}
{{ partial "picture" . }}
{{ end }}
</div>
</section>