{# {% for pagina in post.children('page') %}
{{ pagina.title }}
{% endfor %} #}
{% if subpaginas_servicios |length > 0 %}
{% for noticias in subpaginas_servicios %}
{% set imagen = noticias.thumbnail.src | default(imagen_default) %}
{% set alt = noticias.thumbnail.alt | default('Imagen por defecto') %}
{{ noticias.title }}
{{noticias.content}}
{% endfor %}
{% else %}
{{ __('No hay artÃculos', 'Sindikatua') }}
{% endif %}
{% set pagination = subpaginas_servicios.pagination %}
{% if pagination %}