{{render_grid(contents.items)}}
{{render_pagination(contents, channel.get_absolute_url())}}
{% include theme('footer.html') %}
{% from theme('_helpers.html') import render_grid, render_pagination with context %} {% extends theme("base.html") %} {%block title%} {{channel.long_slug.split('/')|join(' | ')}} | {{Config.get('site', 'site_name', 'Quokka site')}} {% endblock %} {% block seo_meta %} {%if channel.tags %} {%else%} {%endif%} {% endblock %} {% block content %}