{{ post.created_at.strftime('%B %d, %Y') }}
{{ post.title }}
{{ post.excerpt or post.content[:150] }}{% if post.content|length > 150 %}…{% endif %}
{{ post.author.username[0].upper() }}
{{ post.author.username }}
{% if posts %}
{{ post.excerpt or post.content[:150] }}{% if post.content|length > 150 %}…{% endif %}
Check back soon for new content!