From 7605ccaf54113749551c990f46ec275e0a159b7c Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Mar 2023 19:51:20 +0100 Subject: [PATCH] =?UTF-8?q?=EF=B8=8F=E2=99=BB=EF=B8=8F=20refactor:=20use?= =?UTF-8?q?=20consistent=20pagination?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros/paginate.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/macros/paginate.html diff --git a/templates/macros/paginate.html b/templates/macros/paginate.html new file mode 100644 index 0000000..1f44525 --- /dev/null +++ b/templates/macros/paginate.html @@ -0,0 +1,29 @@ +{% macro paginate() %} +{% if paginator %} + +{% endif %} +{% endmacro paginate %}