{% extends 'templado/base_site.html' %} {% load bootstrap3 %} {% block app_content %} {% for template in object_list %}

{{ template.title }}

{{ template.tags }}
{% endfor %} {% endblock %}