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

{{ value.titulo }}

{{ value.texto|richtext }}
{% if value.incluir_botao and value.texto_botao %} {% endif %}
{% image value.imagem width-800 as img %}
{% if value.estilo_imagem != 'cobertura' %} {{ img.alt }} {% endif %}
{% endblock %}