{% extends 'base.html.twig' %} {% block title %}Association TAM : Hommage au Dr Maman Bello{% endblock %} {% block body %}
{% include "partials/_left_banner.html.twig" %}
{% if rubricInfo.title is not empty or rubricInfo.getGalleryImage.path is defined or rubricInfo.text is empty %}

{{ rubricInfo.title }}

{% if rubricInfo.getGalleryImage is not empty %} {{ rubricInfo.getGalleryImage.alt }} {% endif %}
{{ rubricInfo.text|quill_html|raw }}
{% endif %} {% for eulogySection in eulogySections %}
{% if eulogySection.title is not empty %}

{{ eulogySection.title }}

{% endif %} {% if eulogySection === eulogySections[0] %} {{ [president.firstname, president.lastname]|join }} {% endif %}
{{ eulogySection.text|quill_html|raw }}
{% endfor %}
{% include "partials/_right_banner.html.twig" %}
{% endblock %}