{strip} {$html_class_array = []} {if $wa->globals('isMyAccount')}{$html_class_array[] = 'my'}{/if} {if $wa->shop} {$_cart_url = $wa->getUrl('shop/frontend/order')} {/if} {$_is_order_page = $wa->globals("isOrderPage")} {if !empty($_is_order_page)} {$html_class_array[] = "is-order-page"} {/if} {/strip} {$_head_prefix = $wa->globals("headPrefix")} {$wa->title()} {if !empty($canonical)} {/if} {if $wa->blog} {$rss=$wa->blog->rssUrl()} {if $rss}{/if} {/if} {if !empty($is_blockpage)} {/if} {$wa->css()} {* links active plugins CSS *} {if empty($theme_settings.font_family)}{$theme_settings.font_family = 'Rubik'}{/if} {$_real_font_name = ''} {if $theme_settings.font_family == 'Rubik'}{$_real_font_name = 'Rubik:ital,wght@0,300..900;1,300..900&display=swap'}{/if} {if $theme_settings.font_family == 'Mulish'}{$_real_font_name = 'Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'}{/if} {if $theme_settings.font_family == 'Source Sans 3'}{$_real_font_name = 'Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'}{/if} {if $theme_settings.font_family == 'Spectral'}{$_real_font_name = 'Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'}{/if} {if $theme_settings.font_family == 'Source Serif 4'}{$_real_font_name = 'Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap'}{/if} {if $theme_settings.font_family == 'Nunito'}{$_real_font_name = 'Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'}{/if} {if $_real_font_name} {/if} {$wa->js()} {* links active plugins JS *} {include file="`$wa_active_theme_path`/head.html" inline} {$wa->head()} {* links Google Analytics tracking code, site's custom JS (defined in Site app settings), and meta data such as Open Graph data *} {include file="header.section.html" inline}
{include file="`$wa_active_theme_path`/main.html" inline}
{include file="footer.section.html" inline} {if $theme_settings.cookie_show && !waRequest::cookie('cookie_allowed')} {/if} {if $wa->user()->isAdmin()} {include file="theme-settings.html" inline} {/if}