You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

7 lines
284 B

<div class="paginate__left fa fa-angle-double-left"></div>
{{#each this}}
{{#if page}}
<div class="paginate__item{{#if current}} paginate__item-current{{/if}}" data-page="{{page}}">{{page}}</div>
{{/if}}
{{/each}}
<div class="paginate__right fa fa-angle-double-right"></div>