Ghost/test/unit/helpers/test_tpl/pagination.hbs
Hannah Wolfe 7f1d3ebc07
Move tests from core to root (#11700)
- move all test files from core/test to test/
- updated all imports and other references
- all code inside of core/ is then application code
- tests are correctly at the root level
- consistent with other repos/projects

Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2020-03-30 16:26:47 +01:00

6 lines
117 B
Handlebars

{{@site.title}}
{{#if isHeader}}isHeader is set{{/if}}
<span class="page-number">Page {{page}} of {{pages}}</span>