Hello <%= currentUser.name.first %> | Logout
<% if (typeof(message) != "undefined") { %>
<%= message %>
<% } %>
Upload a new photo
Images (<%= images.length %>)
<% for(i=0; i < images.length; i++) { %>
<%= images[i].caption %>
delete
<% } %>
Change password