{% extends 'frontend/front-end-base.html.twig' %} {% block title %} {{ page_title|default('Africa Protected Areas Congress')|raw|striptags }} {% endblock %} {% block body %} {% embed "frontend/panel/content-page-title.html.twig" %} {% block pageTitle %} Strengthening Partnerships to
Secure Africa’s Biodiversity and Heritage {% endblock %} {% block bannerImage %} {% set imagePath = asset('build/images/apac-background.jpg') %} {% if page is defined and page is not null and page.imagePath is not null %} {% set imagePath = asset(blockImagesDirectory ~ 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['apac_description'] is defined and blocks['apac_description']|length > 0 %} {% for block in blocks['apac_description'] %}

{{ block.title }}

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

{% endfor %} {% endif %}

   

{% set apac_blocks = blocks['apac_blocks'] %} {% embed "frontend/panel/apac-blocks-block.html.twig" %} {% endembed %}
{% endblock %} {% block javascripts %} {% endblock %}