{# Primera columna - Carousel con vídeos embebidos #}
{{ __('Vídeos', 'Sindikatua')|upper }}
{% if videos %}
{% for pair in videos.posts|batch(2, null) %}
{% for video in pair %}
{% if video %}
{% set url_video = video.meta('url_video') %}
{% set video_data = generar_embed(url_video) %}
{% if video_data %}
{# Thumbnail clickeable en lugar del iframe #}
{% for pair in videos|batch(2, null) %}
{% endfor %}
#}
{% endif %}
{% else %}
No hay vídeos
{% endif %}
{# MODAL PARA REPRODUCIR VÍDEO #}
{# Segunda columna - Último artículo de opinión #}
{{ __('Opinión', 'Sindikatua')|upper}}
{% if last_posts_opinion and last_posts_opinion|length > 0 %}
{% for article in last_posts_opinion %}
{% set imagen = article.thumbnail.src('medium') | default('/wp-content/uploads/2025/10/Imagen_por_defecto_300.jpg') %}
{% set alt = article.thumbnail.alt | default('Imagen Opinión') %}