<% tabs.forEach(function(item){ %>
<% if(item.hasOwnProperty("tmpl")){ %> <%- include(item.tmpl) %> <% } %>
<% }); %>