{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} <p>Content for index goes here</p> {% endblock %}