{% for tag in post.tag.all %}
{{ tag.name }}{% if not forloop.last %},{% endif %}
{% endfor %}
{% extends 'news/base.html' %} {% load staticfiles seo_tags %} {% block seo %} {% seo post_list.first.category %} {% endblock seo %} {% block posts %}