{% extends '@SyliusShop/Email/layout.html.twig' %} {% block subject %} {{ 'sylius.email.user_registration.subject'|trans({}, null, localeCode) }} {% endblock %} {% block content %} {% set url = channel.hostname is not null ? 'http://' ~ channel.hostname ~ path('sylius_shop_homepage', {'_locale': localeCode}) : url('sylius_shop_homepage', {'_locale': localeCode}) %}