{% load chickpea_tags endless %} {% paginate 5 maps %} {% for map_inst in maps %}
{% map_fragment map_inst %}
{{ map_inst.name }} — {{ map_inst.description }} See this map!
{% endfor %} {% show_more %}