diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index c1aa1f4..68cfbb9 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -24,6 +24,12 @@ {{ end }} + {{ if ge .Payload.NextPage 0 }} +

+ Next Page > > +

+ {{ end }} + {{ end }} {{ template "base.html" . }}