{% extends 'base.html' %} {% block content %}

Child content

{% include 'include.html' with value="foo" %} {% endblock %}