{% extends get_base_template() %} {% block body %}
{% if(api is defined) %}
{% if(api.nodes_active.image.url is defined and api.nodes_active.image.url != "") %}
{{ api.nodes_active.image|imageloader }}

{{ api.nodes_active.image.title }}

{% endif %} {% if(api.sites is defined) %} {% if(api.sites.long is defined and api.sites.short is defined) %}
{% endif %} {% set site_has_h1 = false %}
{% if(api.sites.long is defined) %}
{% if(site_has_h1) %}

{{ api.sites.long.name }}

{% else %}

{{ api.sites.long.name }}

{% set site_has_h1 = true %} {% endif %} {% if(api.sites.long.author_name is defined) %} {% endif %}
{{ api.sites.long.full_text|raw|dkeywords|lozad }}
{% endif %} {% if(api.sites.short is defined) %}
{% if(site_has_h1) %}

{{ api.sites.short.name }}

{% else %}

{{ api.sites.short.name }}

{% set site_has_h1 = true %} {% endif %} {% if(api.sites.short.author_name is defined) %} {% endif %}
{{ api.sites.short.full_text|raw|dkeywords|lozad }}
{% endif %}
{% if(api.sites.long is defined and api.sites.short is defined) %}
{% endif %} {% if(api.faqs is defined) %}

Häufige Fragen zu Urlaubsreisen in Ägypten

{% for faq in api.faqs %}
{{ faq.answer_text|raw }}
{% endfor %}
{% endif %} {% 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) %}
{% endif %} {% endfor %}
{% endif %} {% endblock %}