{% extends "wagtailadmin/base.html" %} {% load wagtailimages_tags wagtailsettings_tags %} {% block furniture %} {% include "coderedcms/includes/codered_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 %}{% if settings.coderedcms.LayoutSettings.logo %}
{% image settings.coderedcms.LayoutSettings.logo original format-webp as logo_image %}Dashboard
{% endif %}{% endblock %}