{% extends "base.html" %} {% block content %} {% for template in templates %}
{{ template.name }}
{% endfor %} {% if templates|length == 0 %} Any template {% endif %}
Add a Template
{% endblock %}