{% if article.show_titl %}

{{ article.title }}

{% endif %} {% for image in article.images_list %} {{ image.alt }} {% endfor %} {{ article.body|safe }} {% if article.read_more %} {% trans "Read more" %}... {% endif %}