UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

12 lines (9 loc) 379 B
{% extends data.outerLayout %} {% block title %}{{ data.page.title }}{% endblock %} {% block main %} {% for piece in data.pieces %} <h4><a href="{{ piece._url }}">{{ piece.title }}</a></h4> {% endfor %} {% import 'apostrophe-pager:macros.html' as pager with context %} {{ pager.render({ page: data.currentPage, total: data.totalPages }, data.url) }} {% endblock %}