From 1a7c6d7369840a112fb785cf554430069d8a1e2d Mon Sep 17 00:00:00 2001 From: eatradish Date: Mon, 11 Apr 2022 12:38:55 +0800 Subject: templetes/paginator: new --- templates/paginator.html | 101 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 templates/paginator.html (limited to 'templates/paginator.html') diff --git a/templates/paginator.html b/templates/paginator.html new file mode 100644 index 0000000..4b091f7 --- /dev/null +++ b/templates/paginator.html @@ -0,0 +1,101 @@ + +{% if paginator.total_pages > 1 %} + + + +{% endif %} \ No newline at end of file -- cgit v1.2.3