{% comment %} Base template for all django_cradmin templates. You should extend this directly for standalone pages like login and error pages. For pages that require a role, you should extend ``base.django.html`` instead. {% endcomment %}{% spaceless %} {% load static %} {% endspaceless %}
{% block extra_meta %}{% endblock extra_meta %} {% comment %} The title tag contains two blocks: - ``title``: Overridden per page. - ``title-pre`` and ``title-post``: Typically overridden by overriding ``standalone-base.django.html`` to provide some common prefix/postfix for the the title tag for the entire site. {% endcomment %}