{% extends "base.html" %} {% block head %} {{ post.title }}{% if post.subtitle %}: {{ post.subtitle }}{% endif %} {% endblock head %} {% block content %}
{{ post.html|safe }}
{% endblock content %}