forked from mirrors/bookwyrm
7 lines
128 B
HTML
7 lines
128 B
HTML
{% extends 'search/layout.html' %}
|
|
|
|
{% block panel %}
|
|
|
|
{% include 'lists/list_items.html' with lists=results %}
|
|
|
|
{% endblock %}
|