{{ post.title }}
{{ post.excerpt|default:post.content|truncatewords:30 }}
{{ post.author.get_full_name|default:post.author.username }}
{{ post.publish_date|date:"F j, Y" }}
{% for tag in post.tags.all|slice:":3" %}
#{{ tag.name }}
{% endfor %}
{% if post.tags.count > 3 %}
+{{ post.tags.count|add:"-3" }}
{% endif %}
{% endif %}