bobatheme/layouts/partials/pagination.html

6 lines
139 B
HTML
Raw Normal View History

2021-11-21 19:43:56 -06:00
{{ if gt .Paginator.TotalPages 1 }}
2022-05-23 01:33:24 -05:00
<nav class="pagination">
2021-11-21 19:43:56 -06:00
{{ template "_internal/pagination.html" . }}
2022-05-23 01:33:24 -05:00
</nav>
2021-11-21 19:43:56 -06:00
{{ end }}