{# Top Bar Component #}
{# Left: Slogan #}
{{ theme_config('topbar-slogan') }}
{# Right: Actions #}
{# Register Link #} {{ "account.register"|trans }} {# Login Link #} {% if not context.customer %} {{ "account.login"|trans }} {% else %} {{ "account.overview"|trans }} {% endif %} {# Language Switcher #} {% if page.header.languages|length > 1 %}
{% sw_include '@Storefront/storefront/layout/header/actions/language-widget.html.twig' %}
{% endif %}