{% extends 'admin/master.html' %} {% block body %} {{ super() }}
Customize the layout
This example shows how you can customize the look & feel of the admin interface.
This is done by overriding some of the built-in templates.