{% extends "djtalk/base.html" %} {% block content %}
{{ post.content }}
{{ name }}
{% for tag in tags.all %} {{ tag.label }} {% endfor %}