<% shortcutAreas.forEach(function (area) { %> <% Object.keys(area.shortcuts).forEach(function (key) { %> <% var content = area.shortcuts[key]; %> <% }); %> <% }); %>

<%= area.title %>

<% content.shortcut.replace(/>/g, '').split(' / ').forEach(function (k, i) { %> <% if (i === 1) { %> / <% } %> <%= k %> <% }); %> <%= content.desc %>