{% extends "wagtailadmin/base.html" %}
{% load coderedcms_tags wagtailimages_tags wagtailsettings_tags %}
{% block furniture %}
{% include "coderedcms/includes/crx_banner.html" %}
{{ block.super }}
{% endblock %}
{# NOTE: this must be on a single line, otherwise Django templates will create
whitespace, and wagtail will think the whitespace is the custom logo! #}
{% block branding_logo %}{% django_setting "CRX_DISABLE_LAYOUT" as disable_layout %}{% if not disable_layout and settings.coderedcms.LayoutSettings.favicon %}{% image settings.coderedcms.LayoutSettings.favicon original format-webp preserve-svg as logo_image %}
{% endif %}{% endblock %}