cd
<% _.each(virtual.aree, function(area) { %>
<% if (area.cornerArrow === 'left') { %>
<%= area.text %>
<% } else if (area.cornerArrow === 'right') { %>
<%= area.text %>
<% } %>
<% _.each(area.draggableVideoThumbs, function(videoThumb, index) { %>
<%}); %>
<%}); %><% _.each(virtual.areeNoVideo, function(area) { %>
<% if (area.cornerArrow === 'left') { %>
<%= area.text %>
<% } else if (area.cornerArrow === 'right') { %>
<%= area.text %>
<% } %>
<%}); %>