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