{% extends "base.html" %} {% block content %} {% for post in posts %}

{{ post.title }}

{% if post.updated_humanized %} {% endif %}
{% endfor %} {% endblock %} {% block head %} {% if schema_site_name %} {% endif %} {% endblock %}