{% extends 'admin/base.html.twig' %} {% block title %}Documentation - Izibrick{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
Retour au tableau de bord
Documentation
{% if markdownContent %}
{{ markdownContent|nl2br }}
{% else %}
Fichier de documentation non trouvé.
{% endif %}
{% endblock %}