1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-11 17:37:29 -05:00
Files
bobatheme/layouts/partials/pagination.html
2022-05-23 01:33:24 -05:00

6 lines
139 B
HTML

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