<%page args="post"/>

${post.date.strftime("%Y-%m-%d")}: ${post.title}

${self.post_prose(post)}
<%def name="post_prose(post)"> ${post.content}