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