{% extends 'admin/base_site.html' %} {% load static %} {% block responsive %} {{ block.super }} {% endblock %} {% block title %} {{ title }} {% endblock %} {% block content %}

This is an example custom admin view.

Override the content block with your page content.

{% endblock %}