Published <%= displayDate %>
<%= pageContext.pageEntry %>
% /* Variables for this page include: "page" - this var represents the given entry, it's a VPData object. "pageContext" - this is a dictionary, which currently has the keys pageArchivePath (relative path for this file) and pageEntry (the rendered HTML for the page) */ // setup some fancy formatting for this guy's publish date. var formatter = [[[NSDateFormatter alloc] init] autorelease]; [formatter setDateStyle:NSDateFormatterMediumStyle]; var displayDate = [formatter stringFromDate:pubDateForItem(page)]; %>