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 }}
<div class="pagination">
{{ template "_internal/pagination.html" . }}
</div>
{{ end }}