{% extends "base.html" %} {% block title %}Recherche de documents{% endblock %} {% block content %}
{{ highlight_keywords(document.description|default('Aucune description'), query)|safe }}
{% if document.found_keywords and 'Contenu' in document.found_keywords and document.content_snippet_highlighted %}{{ document.content_snippet_highlighted|safe }}