Posted by {{ author_username }} on {{ post.formatted_created_at() }}
{% if !post.categories.is_empty() %}Categories: {{ post.categories }}
{% endif %} {% if !post.tags.is_empty() %}Tags: {{ post.tags }}
{% endif %} {% if post.visibility == "password_protected" %}[This post is password protected. In a full implementation, you'd enter a password here.]
[This post is private and only visible to authorized users.]
{{ post.content|safe }}