{% extends "base.html" %} {% block head %} {% endblock head %} {% block content %}
{% for post in posts %}
{{ post.title }}{% if post.subtitle %}: {{ post.subtitle }}{% endif %}
{% endfor %}
{% endblock content %}