- {{ article.chapeau|markdown_to_html }}
-
+ {% if article.chapeau %}
+
+ {{ article.chapeau|markdown_to_html }}
+
+ {% endif %}
{{ article.contenu|markdown_to_html }}