<%= apps[0].user %>'s Nodejitsu Apps:
<% apps.forEach(function(app) { %>
<%= app.name %>
<%= app.subdomain %>.nodejitsu.com
<% }) %>