From e24dd6d630cf558c616c1252bacfff6d343b4194 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 14 May 2022 20:42:43 -0600 Subject: Import posts in dev-shell target --- srv/src/api/tpl/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'srv/src/api/tpl') diff --git a/srv/src/api/tpl/index.html b/srv/src/api/tpl/index.html index 240df92..b71dc01 100644 --- a/srv/src/api/tpl/index.html +++ b/srv/src/api/tpl/index.html @@ -17,4 +17,12 @@ {{ end }} +{{ if ge .PrevPage 0 }} +Previous +{{ end }} + +{{ if ge .NextPage 0 }} +Next +{{ end }} + {{ template "base.html" . }} -- cgit v1.2.3