<%inherit file="/base.mako" /> <%namespace name="forumlib" file="/forum/lib.mako" /> <%def name="title()">${c.forum.name} - Forums <%def name="title_in_page()"> % for thread in c.threads: % endfor
Thread Posts
${thread.subject} ${thread.post_count}
${forumlib.write_thread_form(c.forum)}