{% extends 'base.html' %} {% block content %} {{ super() }}

Child content

{% endblock %}