%inherit file="/base.mako"/> <%include file="/flash.mako"/> % for post in c.posts:
Posted by ${post.user.nick} on ${post.created.strftime('%B %d, %Y')} Read more % if len(post.comments) == 0: No comments % elif len(post.comments) == 1: 1 comment % else: ${len(post.comments)} comments % endif