{% load wagtailcore_tags wagtailimages_tags %}

{{ value.titulo_principal }}

{% if value.subtitulo %}

{{ value.subtitulo }}

{% endif %}
{% for tab in value.tabs %}
{% if tab.descricao_tab %}
{{ tab.descricao_tab|linebreaks }}
{% endif %} {% if tab.tipo_conteudo == 'carrossel' %} {% else %} {% endif %}
{% endfor %}