{% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %} {% if settings.share %} {% include "share.html" %} {% endif %}
HOME
{% include "footer.html" %}