Rappel ! Les champs titre et description sont très important pour votre référencement. N'oubliez pas de les remplir en y inscrivant un maximum de mots clés.
Votre page : {{ seadmin.pages[pagekey].label }}
{# SLIDESHOW #}
{% if seadmin.pages[pagekey].slideshow is defined and seadmin.pages[pagekey].slideshow %}
{% include 'SEAdminBundle:slideshow:slideshow-prerender.html.twig' with { 'slideshow': page.slideshow, 'back': path('SEAdminBundle_page_show', { 'pagekey': pagekey }) } %}
{% endif %}
{# IMAGES #}
{% if seadmin.pages[pagekey].images is defined and seadmin.pages[pagekey].images %}
{% include 'SEAdminBundle:slideshow:images-prerender.html.twig' with { 'slideshow': page.slideshow, 'back': path('SEAdminBundle_page_show', { 'pagekey': pagekey }) } %}
{% endif %}
{# VIDEO #}
{% if seadmin.pages[pagekey].video is defined and seadmin.pages[pagekey].video %}
{% include 'SEAdminBundle:video:video-prerender.html.twig' with { 'video': page.video, 'back': path('SEAdminBundle_page_show', { 'pagekey': pagekey }) } %}
{% endif %}
{% endblock %}