{# branding_head reads the branding module's settings (when installed) so crawlers and link previews see the configured site name before React hydrates; Inertia's takes over per-page titles after that. #} {% set brand = branding_head(request) %} {{ brand.app_name }} {% if brand.theme_color %}{% endif %} {% inertia_head %} {% if request.app.state.sm.inertia_config.environment == "development" %} {% endif %} {% inertia_body %}