apostrophe
Version:
Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your r
8 lines (6 loc) • 370 B
HTML
{# Render a pager as an AJAX response for use by JS code, like the manage view of #}
{# snippets. It's a little lazy not to render this browser side, but maintaining two #}
{# sets of logic for rendering pagers isn't great, and we don't have browser-side #}
{# nunjucks yet. -Tom #}
{% include 'pagerMacros.html' %}
{{ renderPager({ page: page, total: total }, '#') }}