{# app/templates/storefront/unavailable.html — standalone, no base.html extends #}
{# Rendered by StorefrontAccessMiddleware when store has no active subscription #}
{{ title }}{% if store %} | {{ store.name }}{% endif %}
{# Tailwind CSS #}
{# Theme colors (use store theme if available, fallback to purple gradient) #}
{# Store logo if available #}
{% if store and theme and theme.branding and theme.branding.logo %}
{% endif %}
{# Icon #}