{% extends "blog/layout.html" %} {% load static %} {% block content %}
{% for article in articles %}
{# {% set article_image %}#} {#
#} {# #} {# No image#} {#
#} {# {% endset %}#} {##} {# {% set article_text %}#} {#
#} {#
#} {#

{{ article.title }}

#} {#
#} {#

{{ article.description|safe|linebreaks }}

#} {#
#} {# {% endset %}#} {# {{ article_image }}#} {# {{ article_text }}#}
{% empty %}

Aucun article

{% endfor %}
{% endblock %}