{% else %}
{% for site in api.sites %}
{{ site.full_text|raw|keywords|lozad }}
{% endfor %}
{% endif %}
{% endif %}
{% if(api is defined and api.children is defined and api.children is not empty) %}
{% for child_page in api.children %}
{% if(child_page.active) %}
{% if(false and child_page.box_image_url is defined and child_page.box_image_url is not empty) %}
{% if child_page.box_image_url is defined and child_page.box_image_url is not empty %}
{% set image_url = child_page.box_image_url %}
{% set image_alt = child_page.name %}
{% else %}
{% set image_url = asset('/bundles/app/images/no-picture.png')%}
{% set image_alt = 'Kein Vorschaubild vorhanden' %}
{% endif %}