{{ object.title }}
{{ object.tags }}

{% for tag in object.tags.all() %}
{{ tag.name }}
{% endfor %}
