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

Child content

{% include 'include.html' %} {% endblock %}