newsletter
@if(themeOption.logo.header_logo){ logo }@else {

{{ themeOption.general.site_title ? themeOption.general.site_title : 'Logo' }}

}

{{ themeOption.popup.news_letter.offer }}

{{ themeOption.popup.news_letter.title }}

{{ themeOption.popup.news_letter.description }}

{{ 'submit' | translate }}
@if(isSubmit && email.errors?.['email']){
{{ 'invalid_email' | translate }}
}