moviewyrm/bookwyrm/templates/search/list.html

8 lines
128 B
HTML
Raw Permalink Normal View History

2021-05-01 01:35:09 +00:00
{% extends 'search/layout.html' %}
{% block panel %}
2021-05-01 01:59:02 +00:00
{% include 'lists/list_items.html' with lists=results %}
2021-05-01 01:35:09 +00:00
{% endblock %}