<% if (images && images.length) { %> <% _.each(images, function(image) { %>
<%- image.alt %>
<% }); %> <% } %>
<% if (use_thumb && images && images.length) { %>
<% _.each(images, function(image) { %>
<%- image.alt %>
<% }); %>
<% } %>