<% shortcutAreas.forEach(function (area) { %>
<%= area.title %>
<% Object.keys(area.shortcuts).forEach(function (key) { %> <% var content = area.shortcuts[key]; %>
<% content.shortcut.replace(/>/g, '').split(' / ').forEach(function (k, i) { %> <% if (i === 1) { %> / <% } %>
<%= k %>
<% }); %>
<%= content.desc %>
<% }); %> <% }); %>