{# Darkreader breaks the site regardless of theme as its not compatible with webcomponents, and we default to a dark theme based on preferred colour-scheme #}
{% block title %}{% trans title|default:brand.branding_title %}{% endblock %}
{% block head_before %}
{% endblock %}
{% block head %}
{% endblock %}
{% block body %}
{% endblock %}
{% block scripts %}
{% endblock %}