${post.title}
${h.literal(h.teaser(post.body, post.full_url))}
%inherit file="/base.mako"/> % for post in c.posts: <% post.full_url = u'/archive/%s/%s/%s/%s' % (post.created.strftime('%Y'), post.created.strftime('%m'), post.created.strftime('%d'), post.url) %>