{% extends "layout.html" %} {% block head %} {% endblock %} {% block body %}
Hello!
This is content from Views/Home/Index.html.

The outer template is Views/Layout.html.
{% endblock %}