Great Migration: spline.plugins => splinext
[zzz-spline-forum.git] / splinext / forum / templates / forum / posts.mako
1 <%inherit file="/base.mako" />
2
3 <%def name="title()">${c.thread.subject} - ${c.thread.forum.name} - Forums</%def>
4
5 <ul class="classic-list">
6     % for post in c.thread.posts:
7     <li><blockquote>${post.content}</blockquote></li>
8     % endfor
9 </ul>