Welcome to my corner of the web.
No public posts available yet.
{% else %} {% for (post, author) in posts %}
{{ post.title }}
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 %}