{% extends 'layouts/base.twig' %} {% block content %}

{{ post.title }}

{% if posts_industry %} {% for noticias in posts_industry %} {% set imagen = noticias.thumbnail.src | default('/wp-content/uploads/2025/10/Imagen_por_defecto.png') %} {% set alt = noticias.thumbnail.alt | default('Imagen por defecto') %}
{# #} {{ alt }}
{# #}
{{ noticias.title }}

{{noticias.content}}

{# {{ __('Sigue leyendo', 'Sindikatua') }}... #}
{% endfor %} {% else %}

{{ __('No hay artículos', 'Sindikatua') }}

{% endif %}
{% include 'partials/pagination-custom.twig' %}
{% endblock %}