{% extends 'base.html' %} {% block matrix %} {% endblock %} {% block content %}

Résultats pour "{{ query }}"

{% for item in results %} {% endfor %}
Nom ⇅ Taille ⇅ Âge ⇅ Lien
{{ item.title }} {{ item.size }} {{ item.age_human }}
{% endblock %}