{% block count %} {% endblock %} {% block items %}
{% for item in items %}
{% block item_content %} {% include widget.get_item_template with item=item %} {% endblock %}
{% endfor %}
{% endblock %} {% block pagination %}
  • Previous
  • Next →
{% endblock %}