% } %> <% if (child.title === 'iOS') { %> <% } %> <% if (child.title === 'Windows') { %> <% } %> <%= child.title %> <% }); %>
<% children.forEach(function(child, index) { %>
is-active is-shown<% } %>" id="<%= id %>-<%= index %>" role="tab-panel"> <%= child.innerHTML %>
<% }) %>
<% } %>