Adds pagination to the template

This commit is contained in:
Mouse Reeve 2021-10-20 17:42:19 -07:00
parent 89a385da0a
commit 3eb3225d2c

View file

@ -114,4 +114,9 @@
{% endfor %}
</div>
</div>
<div>
{% include 'snippets/pagination.html' with page=books %}
</div>
{% endblock %}