{# photo: ?string, name: string, img_class: string, width?: int, height?: int, btn_class?: string #} {% if photo|default %} {% set photo_src = photo starts with 'http' ? photo : asset(photo) %} {% include 'shared/_lpf_lightbox_trigger.html.twig' with { src: photo_src, title: name|default(''), alt: name|default(''), img_class: img_class|default(''), btn_class: (btn_class|default('')) ~ ' lpf-lightbox-trigger--buteur', width: width|default(null), height: height|default(null), } only %} {% else %} {% endif %}