helper();
$apola_single_post_layout = $Apola->getThemeOption('post-single-layout', 'apo-right-sidebar', array(
'overriden_by' => 'post-single-layout-individual',
'depend_on' => array( 'key' => 'post-single-layout-state-individual', 'value' => '0' )
));
$apola_has_sidebar = in_array($apola_single_post_layout, array('apo-left-sidebar', 'apo-right-sidebar'));
$apola_layout_classes = $ApolaHelper->getMainLayoutClasses($apola_single_post_layout);
$apola_single_post_tags = $Apola->getThemeOption('post-single-show-tags', '1');
$apola_single_post_social_links = $Apola->getThemeOption('post-single-show-social-links', '0');
$apola_single_post_comments = $Apola->getThemeOption('post-single-show-comments', '1');
get_header(); ?>
'); ?>