spejstore/storage/templates/results.html

8 lines
214 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
2020-05-11 18:12:15 +00:00
{% include "widgets/bigsearch.html" %}
<br />
{% include "widgets/itemlist.html" with list=results show_paths=True show_placeholder=True %}
{% endblock %}