1 <%inherit file="/base.mako" />
3 <%def name="title()">${c.thread.subject} - ${c.thread.forum.name} - Forums</%def>
5 <div class="forum-post-container">
6 % for post in c.thread.posts:
7 <div class="forum-post">
12 <time>${post.posted_time}</time>
14 <div class="content">${post.content}</div>