<# _.each( playlistObject.playlistItems, function( item, index ) { #>
{{{ item.title }}}
<#
var tabContentKey = view.getRepeaterSettingKey( 'tab_content', 'tabs', index );
view.addRenderAttribute(tabContentKey, item.htmlAttributesVideo.attributes);
#>
<# if ( item.showOverlayImage ) { #>
<# if ( playlistObject.imageOverlayIcon.value ) { #>
{{{ overlayImagePlayIconHTML.value }}}
<# } #>
<# } #>
<# } ); #>