forked from Git/hugo-story
1
0
Fork 0
agr.asia/layouts/partials/gallery.html

14 lines
337 B
HTML
Raw Normal View History

2021-01-31 17:57:51 +01:00
<!-- Gallery -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>{{ .title }}</h2>
<p>{{ .content | safeHTML }}</p>
</div>
2020-07-02 07:05:45 +02:00
2021-01-31 17:57:51 +01:00
<!-- Gallery -->
<div class="gallery {{ .style }}">
{{ range .pictures }}
{{ partial "picture" . }}
{{ end }}
</div>
</section>