{% extends "fragment-base.html" %} {% block body %}

Hello {{ name }}!

{% call super() %} {% endblock %} {% block other_body %}

Don't render me.

{% call super() %} {% endblock %}