{% extends "base.html" %} {% block title %}Changed the title of the homepage{% endblock %} {% block body %} {% for post in posts %} {% include "includes/post.html" with post=post show_detail_link=True %} {% endfor %} {% endblock %}