{% extends "base.html" %} {% block bodyclass %}wiki-page{% endblock %} {% block title %}{{ content["title"] }}{% endblock %} {% block body %}
{# #}

{{ content["title"] }}

{{ content["text"] }}

Last modified :
{{ content["last-modif"] }}
{% if content["children"] |length > 0 %} {% endif %}
{% endblock %}