<% _.each(contactItems,function(item){ %>
<%- item.name %>
<% if(item.phone) {%> <%- item.phone %> <% } %> <% if(item.email) {%> <%- item.shortEmail %> <% } %> <%- item.type %> <% }) %>