Dispatcher Walkthrough
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }) %>
<% children.forEach(function(child, index) { %>
<% var isActive = initial === index; %>
<%= child.innerHTML %>
<% }); %>