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

{{ value.titulo }}

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