Adds pagination

This commit is contained in:
Mouse Reeve
2021-05-01 10:47:01 -07:00
parent 64b54510d9
commit c42be7a589
2 changed files with 9 additions and 1 deletions

View File

@ -60,6 +60,10 @@
{% endif %}
{% block panel %}
{% endblock %}
<div>
{% include 'snippets/pagination.html' with page=results path=request.path %}
</div>
</section>
{% endif %}