{% extends "base_docs.html" %} {% load tagging_tags %} {% block active_nav-documentation %}class="active"{% endblock %} {% block title %}Documentation | {{ documentation.title }}{% endblock %} {% block coltype %}rest-document{% endblock %} {% block content %}

{{ documentation.title }}

{{ documentation.content_html|safe }}
{% endblock %} {% block content-related %}

Informations

Accès rapide

Traducteur(s)

{% if documentation.tags %}

Liens (peut-être) en rapport

{% endif %} {% endblock %}