{% extends 'base.html.twig' %} {% block title %}Hello GalleryController!{% endblock %} {% block body %}

Gallery


{#
#} {#
#} {# #} {#
#} {# {% for category_gal in list_gal %}#} {#
#} {# #} {#
#} {# {% endfor %}#} {#
#}
{% for list_photos in list_photos %} {% for img in list_photos.images %}
{{list_photos.referenceKey}}
{% endfor %} {% endfor %}
{% endblock %}