spejstore/storage/templates/results.html

6 lines
160 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "widgets/itemlist.html" with list=results show_paths=True show_placeholder=True %}
{% endblock %}