{% extends "main.html" %} {% block title %}{{ page.titre }}{% endblock %} {% block content %}
{% if peut_editer %}Éditer cette page

{% endif %} {{ page.contenu.as_html }}
{% endblock %}