projects
/
zzz-spline-forum.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f7eca9c616527cb736de3f838bc81f187d9bb526
[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>