{{ post.published_date }}
{{ post.title }}
{{ post.text|linebreaks }}
{% for tag in post.tags.all %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %}{{ post.author }}
{% extends "base.html" %} {% block content %} {% load taggit_templatetags2_tags %}
{{ post.text|linebreaks }}
{% for tag in post.tags.all %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %}{{ post.author }}