correction des erreurs de syntaxe pour zola

This commit is contained in:
2026-03-07 15:45:58 +01:00
parent 6de1f2d04b
commit a3f7a2a748

View File

@@ -2,6 +2,6 @@
{% block content %}
<div>
{{ section.content || safe }}
{{ section.content | safe }}
</div>
{% endblock content %}