{% load taggit_extras %} {% get_taglist as tags %} {% for tag in tags %}
  • {{tag}}
  • {% endfor %}