spejstore/storage/templates/results.html

8 lines
214 B
HTML

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