{% extends "base.html" %} {% load pagination_tags %} {% block content %}
{% include "comics/featured_nav.html" %} {% autopaginate comics 25 %} {% for feature in comics %} {% with feature.comic as comic %} {% include "comics/comic_feature_item.html" %} {% endwith %} {% empty %}

No results.

{% endfor %} {% paginate %} {% endblock %}