{{ object.title }}
{{ object.content }}
{% for tag in object.tags.all %}
    {{ tag.name }}
{% endfor %}
