{{ post.title }}
{% if post.summary %}
{% endif %}
{% if post.tags.exists %}
{{ post.summary }}
{% for tag in post.tags.all %}
{% with number=forloop.counter %}
{{ tag.name }}
{% endwith %}
{% endfor %}
{% endif %}
{% trans "Created" %}:
{% trans "Updated" %}: