{% load i18n %} {% if site_icon %} {% if site_icon.light and site_icon.dark %} {% trans 'Home' %} {% else %} {% trans 'Home' %} {% endif %} {% else %} {% if site_symbol %}{{ site_symbol }}{% else %}settings{% endif %} {% endif %}
{{ branding }}
{% if site_subheader %}
{{ site_subheader }}
{% endif %}