basho/partials/pagination.hbs
2025-06-11 22:59:02 +10:00

6 lines
179 B
Handlebars

<div class="pagination-section">
{{#if next}}
<a href="{{page_url next}}" aria-label="Load more"></a>
<button class="global-button">{{t "Load more"}}</button>
{{/if}}
</div>