{% extends "index.html" %} {% block head %} {{ super() }} {% endbock%} {% block child %}

Hello from child template 1 !

{% endblock%}