Welcome to my corner of the web.
No posts available yet.
{% else %} {% for (post, author) in posts %}
{{ post.title }}
{% if post.visibility == "private" %}
PRIVATE
{% endif %}
Posted by {{ author }} on {{ post.formatted_created_at() }}
{% if !post.categories.is_empty() %}
Categories: {{ post.categories }}
{% endif %}
{% if !post.tags.is_empty() %}
Tags: {{ post.tags }}
{% endif %}