{% extends 'widgets/base.html' %} {% block title %}{{ _('Tags') }}{% endblock %} {% block body %}
{%- for tag in widget.tags %} {{ tag.name|e }} {%- endfor %}
{% endblock %}