{% extends "base.html" %} {% block subtitle %} {{ post.title }} - {% endblock %} {% block meta %} {% if post.description is defined %} {% elif project_description is defined %} {% endif %} {% endblock %} {% block main %}

{{ post.title }}

{% if post.description is defined %} · {{ post.description }}{% endif %}

{{ post.html | safe }}
Reply via email →
...or, comment on this post on Bubbles!
{% endblock %}