{% extends 'frontend/front-end-base.html.twig' %} {% block title %} {{ page_title|default('Community')|raw|striptags }} {% endblock %} {% block body %} {% embed "frontend/panel/content-page-title.html.twig" %} {% block pageTitle %} Together as
Africans {% endblock %} {% block bannerImage %} {% set imagePath = asset('build/images/List.png') %} {% if page is defined and page is not null and page.imagePath is not null %} {% set imagePath = asset(imageDirectory ~ page.imagePath) %} {% endif %} background: url('{{ imagePath }}') top center no-repeat; background-size: cover; {% endblock %} {% block headerFontClass %} text-white {% endblock %} {% endembed %}
{% if blocks is defined and blocks['community_description'] is defined and blocks['community_description']|length > 0 %} {% for block in blocks['community_description'] %}

{{ block.title }}

{{ block.content|default("")|raw }}

{% endfor %} {% else %}

An Alliance of more than 80 African CSOs with representation from the 5 subregions of Africa.

Northern Africa, Central or Middle Africa, Southern Africa, Eastern Africa, and Western Africa providing a platform for CSOs to speak with one voice on Sustainable Use.

{% endif %}

The 5 subregions of Africa

{% embed "frontend/panel/community-countries-block.html.twig" %} {% endembed %}
{% endblock %} {% block javascripts %} {% endblock %}