{% extends "templates/spawn_pending.html" %} {% block script %} {# NB: this skips templates/spawn_pending.html script block and call directly page.html's script block #} {{ super.super() }} {% endblock %}