#{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'}

${post.title}

${post.tease}
#{/list} #{/if} #{else}
There is currently nothing to read here.
#{/else}