{% from "_chrome.html" import environment_chrome, page_footer %} {{ auth_card_title|default(title) }} {{ environment_chrome(deployment, region, show_environment_chrome|default(true)) }}
{{ auth_badge|default("Authentication Required") }}

{{ auth_eyebrow|default("Dewey") }}

{{ auth_title|default(title) }}

{{ auth_description|default("Canonical artifact intake, lifecycle, sharing, and search for Dewey users and admins.") }}

{{ "Status " ~ auth_status_code if auth_error else "Access" }}

{{ auth_card_title|default("Sign In") }}

{{ auth_card_copy|default("Continue through Cognito Hosted UI to access the Dewey console.") }}

{% if auth_error %}

{{ auth_error }}

{% endif %}
{{ page_footer(git_meta, build_version) }}