{% extends "base.html" %} {% block content %} {% for post in posts %} {{ post.created }} >> {{ post.title }} {% endfor %} {% endblock %}