summaryrefslogtreecommitdiff
path: root/templates/blocks/gallery.html
blob: d34bb5a7b964472e118dae5cba6395ae247a60bb (plain)
1
2
3
4
5
<div class="gallery">
    {% for item in this.gallery.blocks %}
        {{ item }}
    {% endfor %}
</div>