{% extends get_base_template() %} {% block body %}
{% if(api is defined) %} {% if api.sites|length > 1 %}
{% for site in api.sites %}

{{ site.name }}

{{ site.full_text|raw|keywords|lozad }}
{% endfor %}
{% else %} {% for site in api.sites %}

{{ site.name }}

{{ 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) %}
{% endif %} {% endfor %}
{% endif %} {% endblock %}