'header'
])
) {
echo blc_render_content_block(
blc_get_content_block_that_matches([
'template_type' => 'header'
])
);
} else {
if (function_exists('hfe_render_header') && hfe_header_enabled()) {
hfe_render_header();
} else {
if (
! function_exists('elementor_theme_do_location')
||
! elementor_theme_do_location('header')
) {
echo Blocksy_Manager::instance()->header_builder->render();
}
}
}
do_action('blocksy:header:after');
$site_main_class = 'site-main';
if (blocksy_has_schema_org_markup()) {
$site_main_class .= ' hfeed';
}
?>
>