{% extends 'frontend/front-end-base.html.twig' %} {% block title %} {{ page_title|default('CMS')|raw|striptags|replace({'
':' '}) }} {% endblock %} {% block body %} {% embed "frontend/panel/content-page-title.html.twig" %} {% block pageTitle %} {{ page_title|default('CMS Page')|raw }} {% endblock %} {% block bannerImage %} {% set imagePath = asset('build/images/newsletter.png') %} {% if 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 %} acba-blue-font {% endblock %} {% endembed %} {% set title = 'Content has been removed' %} {% if page is not null %} {% set title = page.title|default('Not found') %} {% endif %}
{% if page.subtitle is not null %}

{{ page.subtitle }}

{% endif %} {% if page is not null %}
{{ page.content|raw }}
{% else %}

Oops! Looks like you found this page after it had been removed. Please try again later

{% endif %}
{% embed "frontend/panel/cms-snippet-block.html.twig" %} {% endembed %} {# {% if current_page is defined and current_page starts with 'cms - Who we' %}#}

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

{# {% endif %}#} {% endblock %} {% block javascripts %} {% endblock %}