{% extends "frontend/base.html" %} {% block "content" %}
Your Themes
{% for theme in object_list %} {% endfor %}
Name
{{ theme }}
{% endblock %}