{% if text and text.title %}{{ text.title }}{% else %}Portail{% endif %}

{% if text and text.lead %}
{{ text.lead|maybefile|markdown }}
{% endif %}
{% if buttons %} {% for button in buttons %} {{ button.text }} {% endfor %} {% endif %} {% if text and text.contribute %} {% endif %}