{% load wagtailcore_tags %} {% block content %}

{{ value.titulo_informativo }}

{{ value.texto_informativo|richtext }}

{{ value.titulo_destaque }}

{{ value.texto_destaque|richtext }}
{% for botao_block in value.botoes %} {% if botao_block.block_type == 'botao' %} {% with botao=botao_block.value %} {% if botao.icone %} {% endif %} {{ botao.texto }} {% if not botao.icone %} {% endif %} {% endwith %} {% endif %} {% endfor %}
{% endblock %}