<!doctype html>
{% block title %}{{ brand_name | default(value='rustango admin') }}{% endblock title %}
{% include "_theme_tokens.html" %}
{% include "_admin_styles.html" %}
{% if tenant_brand_css %}{% endif %}
{% include "_sidebar.html" %}
{% block body %}{% endblock body %}
{% include "_theme_toggle.html" %}