In order to display buttons, I have implemented the following code snippet with a template:
<ul class="pagination">
<li><div class="pageNumberClass" st-pagination="" st-template="/AppScripts/vendor/template/pagination.custom.html" st-items-by-page="itemsPerPage" colspan="4"></div></li>
</ul>
The link for the template st-tamplate="/App...." is appearing on all pages. Is there a way to create a global configuration for this?