{% import "macros/branding.html" as branding %} {% extends "auth/base.html" %} {% block body %} {% if tenant.logo_url %} {% else %} {{ tenant.name }} {% endif %} {% include "auth/dashboard/sidebar.html" %} {% block content %}{% endblock %} {% if show_branding %} {{ branding.branding() }} {% endif %} {% endblock %}