9 lines
114 B
Twig
Executable File
9 lines
114 B
Twig
Executable File
{{ _self.img(page) }}
|
|
<div id="carousel">
|
|
|
|
{% for image in page.header.custom.gallery %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|