{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {$componentName = 'login'} {extends file='page.tpl'} {block name='container_class'}container container--limited-sm{/block} {block name='page_title'} {l s='Sign in' d='Shop.Theme.Customeraccount'} {/block} {block name='page_content'} {block name='login_form_container'}
{render file='customer/_partials/login-form.tpl' ui=$login_form}

{block name='display_after_login_form'} {hook h='displayCustomerLoginFormAfter'} {/block}

{l s='No account?' d='Shop.Theme.Customeraccount'}

{/block} {/block}