{% load i18n %}
{% if site_icon %}
{% if site_icon.light and site_icon.dark %}
{% else %}
{% endif %}
{% else %}
{% if site_symbol %}{{ site_symbol }}{% else %}settings{% endif %}
{% endif %}