{% extends "phyll/base.html" %} {% block content-class %}home{% endblock %} {% block body %}

{{ index.title }}

{{ index.text|safe }}
{% if request.user.is_staff %}

(page éditable)

{% endif %}

Dernières pages modifiées

{% endblock %} {% block bottom-actions %} {% endblock %}