{% extends 'cards/base.html' %} {% block content %}

Background images

{% include 'cards/_background_form.html' with form=form %}
{% include 'cards/_backgrounds_list.html' with backgrounds=backgrounds %}
{% endblock %}