{% extends "base.html" %} {% block title %}Recherche de documents{% endblock %} {% block content %}
{% if document.description %} {{ document.description|striptags|e|truncate(100, True) }} {% else %} Aucune description disponible {% endif %}
{% if document.found_keywords and 'Contenu' in document.found_keywords and document.content_snippet_highlighted %}{{ document.content_snippet_highlighted|safe }}