{#Base template for content block editor to define static files#} {% extends 'admin/base_site.html' %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}