{% extends 'appomatic_renderable/base.html' %} {% block content_title %}

Tags

{% endblock %} {% block content %} {% for tag in objs %} {{tag.name}} {% endfor %} {% endblock %}