#{extends 'main.html' /}
#{set title:'The Framework Game' /}
#{categoryList categories:categories /}
#{if posts}
#{if n > 1}
#{/if}
#{if hasMore}
#{/if}
#{list items:posts, as:'post'}
by ${post.author.fullname}
${post.tease}
#{/list}
#{/if}
#{else}
There is currently nothing to read here.
#{/else}