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 %}