templates/website/page/gallery.html.twig line 1
{% extends '@web/base.html.twig' %}{% block body %}<section class="section-gallery"><div class="custom-container"><div class="wrapper-navigation"><h1>{{ 'Gallery'|trans }}</h1><ul><li><a href="{{ path('page_index') }}">{{ 'Home'|trans }}</a></li><li><span>{{ 'Gallery'|trans }}</span></li></ul></div><div class="wrapper-items">{% for item in gallery %}<div class="wrapper-item"><img style="width: 100%" src="/user_uploads/{{ item.image }}" alt=""></div>{% endfor %}</div></div></section>{% endblock %}