blog

Welcome to my corner of the web.


Public Posts

{% if posts.is_empty() %}

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 %}


{% endfor %} {% endif %}