1 2 3 4 5 6 7
{% extends "html/base.html" %} {% block content %} {{ content_html|safe }} {% include "html/partials/traceability.html" %} {% endblock %}