{% extends "base.html" %} {% load static card_badge %} {% block content %}

Cards

{% include "cards/_card_list.html" with cards=cards page_obj=page_obj %}
{% endblock %}