1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-12 21:34:30 -06:00
bobatheme/layouts/partials/pagination.html

6 lines
139 B
HTML

{{ if gt .Paginator.TotalPages 1 }}
<div class="pagination">
{{ template "_internal/pagination.html" . }}
</div>
{{ end }}