{% if post.featured %}
Featured
{% endif %}
{{ post.title }}
{{ post.excerpt or post.content[:200] }}...
{% if post.author %}
By {{ post.author.username }}
{% endif %}
{% if post.category %}
{{ post.category.name }}
{% endif %}
{{ post.views }} views
{{ post.created_at|datetime('%b %d, %Y') }}