9 lines
267 B
HTML
Executable File
9 lines
267 B
HTML
Executable File
<!-- Gallery -->
|
|
<section class="wrapper style1 align-center" {{ with .id }} id="{{ . }}"{{ end }}>
|
|
<!-- Gallery -->
|
|
<div class="gallery {{ .style }}">
|
|
{{ range .pictures }}
|
|
{{ partial "picture" . }}
|
|
{{ end }}
|
|
</div>
|
|
</section> |