{strip} {$_is_simplified = $wa->globals("simplified")} {$_is_auth_page = $wa->globals("isAuthPage")} {$_hide_pane = $wa->globals("hidePane")} {$_hide_sidebar = $wa->globals("hideSidebar")} {$_hide_breadcrumbs = $wa->globals("hideBreadcrumbs")} {$_hide_footer = $wa->globals("hideFooter")} {$_show_banner = $wa->globals("showBottomBanner")} {$_is_personal_area = $wa->globals("isMyAccount")} {$_hide_shopinfo = true} {$_html_classes = []} {$_html_class = $wa->globals("htmlClass")} {if !empty($_html_class)} {$_html_classes[] = $_html_class} {/if} {if $_is_simplified} {$_html_classes[] = "is-simplified"} {$_hide_shopinfo = false} {$_hide_sidebar = true} {$_hide_footer = true} {$_hide_pane = true} {/if} {if $_is_auth_page} {$_html_classes[] = "is-simplified"} {$_html_classes[] = "is-auth-page"} {$_hide_breadcrumbs = true} {$_hide_shopinfo = true} {$_hide_sidebar = true} {$_hide_footer = true} {$_hide_pane = true} {/if} {$_locale_string = substr($wa->locale()|default:"en", 0, 2)}