<%namespace file="common.html" import="*" /> <%inherit file="base.html" /> <%def name="pagetitle()">${thread.subject} <%def name="bodyclass()">threadpage ##

${thread.subject|h} (${thread.length}${(', sticky' if thread.sticky else '')}${(', permasaged' if thread.sage and not thread.sticky else '')}${(', closed' if thread.closed else '')})

## % for post in thread: ${singlepost(post, True)} % endfor ##
${postform(board, thread)}
##