{% block content %}
{% for post in post_list %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

{% endfor %}
{% endblock content %}