{% load wagtailimages_tags %} {% if value.titulo_principal %} {{ value.titulo_principal }} {% else %} Título não definido {% endif %} {% if value.subtitulo %} {{ value.subtitulo }} {% endif %} {% if value.imagem %} {% image value.imagem width-600 as contact_img %} {% endif %} {% if value.botoes %} {% for botao_block in value.botoes %} {% if botao_block.block_type == 'botao' %} {{ botao_block.value.texto }} {% endif %} {% endfor %} {% endif %} {{ value.texto_botao }}
Título não definido