{% extends "base.html" %} {% block title %}Changed the title of the homepage{% endblock %} {% block body %} {% for post in posts %}
{{ post.text }}