6 lines
179 B
Handlebars
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> |