{% extends "shared/base.html" %} {% block title %} Publisher List {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}

Find Publishers..

{% for publisher in publishers %}
{% with obj=publisher %} {% include "comic/publisher_cards.html" %} {% endwith %} {% if loop.index %3 %}
{% else %}

{% endif %} {% endfor %}
{% endblock %}