<# const tab_attrs = data.choices; #>
{{{ data.label }}}
<# if ( data.description ) { #> {{{ data.description }}} <# } #>
<# Object.keys( tab_attrs ).forEach( function ( item, index ) { let active_class = index === 0 ? 'active': 'inactive'; const controls = tab_attrs[item]['controls']; #>
{{{ tab_attrs[item]['tab-title'] }}} <# if ( tab_attrs[item]['tab-title'] !== undefined ) { #> <# } #>
<# }); #>
register_control_type( 'Blogin_Aarambha_Customize_Group_Control' );