{{ 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.like_count }} 💬 {{ post.comment_count }} {{ post.content|markdown|safe }}
💬 {{ _('post.comments', current_locale) }} ({{ post.comment_count }})
{% if user %} {% endif %}{{ _('post.no_comments', current_locale) }}