From a0190a6ce6cdba78bb67b23c0233de0f32bd39f3 Mon Sep 17 00:00:00 2001 From: "Núbio C. Hott" Date: Mon, 27 Apr 2026 21:43:40 -0300 Subject: Início do repositório MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/nojs/templates/pagination.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/nojs/templates/pagination.html (limited to 'themes/nojs/templates/pagination.html') diff --git a/themes/nojs/templates/pagination.html b/themes/nojs/templates/pagination.html new file mode 100644 index 0000000..4219a5c --- /dev/null +++ b/themes/nojs/templates/pagination.html @@ -0,0 +1,11 @@ +{% if DEFAULT_PAGINATION %} +

+ {% if articles_page.has_previous() %} + « + {% endif %} + Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} + {% if articles_page.has_next() %} + » + {% endif %} +

+{% endif %} -- cgit v1.2.3