2017-02-16 01:01:36 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-05-11 18:12:15 +00:00
|
|
|
{% include "widgets/bigsearch.html" %}
|
|
|
|
<br />
|
2017-10-24 18:59:08 +00:00
|
|
|
{% include "widgets/itemlist.html" with list=results show_paths=True show_placeholder=True %}
|
2017-02-16 01:01:36 +00:00
|
|
|
{% endblock %}
|