{# _auth_shell.html — 2-column auth layout: splash left, form right.
Extends base.html. Child pages override {% block auth_main %}.
#}
{% extends "base.html" %}
{% block html_attrs %}{% if branding and branding.forced_mode %}data-mode="{{ branding.forced_mode }}" data-mode-locked{% endif %}{% endblock %}
{% block body_class %}wf-auth{% endblock %}
{% block head %}
{% endblock %}
{% block body_content %}
{% block auth_main %}{% endblock %}
{% include "_partials/_modeline.html" %}
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock %}