{% extends "base.html" %} {% block content %} {% for post in posts %} {{ post.title }} {{ post.excerpt | safe }} {% endfor %} {% endblock %}