{% extends "base.html" %} {% block title %} List of bundle {% endblock title %} {% block content %}

bundle

{% for item in items %}
Edit View
{% endfor %}

New bundle
{% endblock content %}