--- layout: page title: Benjamin "balupton" Lupton --- Posts <% for Document in @Documents: %> <% if Document.url.indexOf('/blog') == 0: %> <%= Document.date.toShortDateString() %> » <%= Document.title %> <% end %> <% end %> Projects <% for Document in @Documents: %> <% if Document.url.indexOf('/projects') == 0: %> <%= Document.title %> <% end %> <% end %>