Adds search templates

This commit is contained in:
Mouse Reeve
2021-04-30 18:35:09 -07:00
parent 4b73c37126
commit 5ca9d2a7b0
7 changed files with 107 additions and 146 deletions

View File

@ -0,0 +1,9 @@
{% extends 'search/layout.html' %}
{% block panel %}
{% for result in results %}
hi
{% endfor %}
{% endblock %}