<%inherit file="/base.mako" /> <%namespace name="forumlib" file="/forum/lib.mako" /> <%def name="title()">${c.thread.subject} - Forums <%def name="title_in_page()">

Posts

${forumlib.hierarchy(c.thread.forum, c.thread)} % if c.thread.post_count == 0:

Something terribly bogus has happened; this thread has no posts.

% else: ${forumlib.posts(c.thread.posts)} % endif ${forumlib.write_post_form(c.thread)}