{% include "header.html" %}
Welcome to my personal blog!
Forever a work-in-progress.
This page lists my blog entries in reverse chronological order.
You may also browse by tag.
You may be interested in my meta post.
Thanks for stopping by! —Blaise
{% for post in posts %}
{{ post.date }}
{{ post.title }}
{% for tag in post.tags %}
#{{ tag }}
{% endfor %}
{% endfor %}