All authors
{% for author in authors.items %}
{{render_pagination(authors, request.path)}}
{% include theme('footer.html') %}
{% endfor %}
{% from theme('_helpers.html') import render_pagination with context %} {% extends theme("base.html") %} {%block title%} Authors | {{Config.get('site', 'site_name', 'Quokka site')}} {% endblock %} {% block content %}