{% extends 'frontend/front-end-base.html.twig' %} {% block title %} {{ page_title|default('African CSOs Biodiversity Alliance - Home')|raw|striptags }} {% endblock %} {% block body %}
{% if blocks is defined and blocks['home_who_we_are'] is defined and blocks['home_who_we_are']|length > 0 %} {% for block in blocks['home_who_we_are'] %}

{{ block.title }}

{{ block.subtitle|default("") }}

{{ block.content|default("")|striptags|slice(0, 500) ~ '...' }} {% set readMoreUrl = path('block_view_page', {'pageId':block.id, 'title': block.title}) %} {% if block.link is not null %} {% set readMoreUrl = block.link %} {% endif %} Read More

{% endfor %} {% endif %}
{% embed "frontend/panel/home-snippet-block.html.twig" %} {% endembed %}

Latest Resources

{% embed "frontend/panel/home-page-resources-block.html.twig" %} {% endembed %}
{% if blocks is defined and blocks['youtube_section'] is defined and blocks['youtube_section']|length > 0 %} {% for block in blocks['youtube_section'] %}

{{ block.title }}

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

Watch more

{% if block.link is defined and block.link is not null %} {% endif %} {% endfor %} {% else %}

On the Tube

Formed in February 2020, the African CSO Biodiversity Alliance (ACBA) provides a platform for African CSOs to speak with one voice on issues of sustainable use of nature that contribute to conservation and equitable benefits from nature.

{% endif %}

Our Community

Together as Africans

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... see more

{% endblock %} {% block javascripts %} {% endblock %}