<% if (!content.children.length) { %>
<% }; %> <%= content.wording %> <% if (content.children.length) { %>
<% _.each(content.children, function(child) { %> <%= template({content: child, template: template}) %> <% }); %>
<% }; %>