screen->get_prefix(); $comments_position = blocksy_get_theme_mod($prefix . '_comments_position', 'below'); do_action('blocksy:comments:before'); $html_atts = [ 'class' => 'ct-comments', 'id' => 'comments' ]; if (blocksy_get_theme_mod( $prefix . '_comments_containment', 'separated' ) === 'contained' ) { $html_atts['class'] .= ' is-width-constrained'; } ?>