{{ post.title }} {{ post.author_id[0]|upper }} {{ post.author_id }} {{ post.created_at.strftime('%B %d, %Y') }} {% if post.published %} {{ _('post.status_published', current_locale) }} {% else %} {{ _('post.status_draft', current_locale) }} {% endif %} {{ post.content|markdown|safe }}