Great Migration: spline.plugins => splinext
[zzz-spline-forum.git] / splinext / forum / templates / forum / posts.mako
diff --git a/splinext/forum/templates/forum/posts.mako b/splinext/forum/templates/forum/posts.mako
new file mode 100644 (file)
index 0000000..f7eca9c
--- /dev/null
@@ -0,0 +1,9 @@
+<%inherit file="/base.mako" />
+
+<%def name="title()">${c.thread.subject} - ${c.thread.forum.name} - Forums</%def>
+
+<ul class="classic-list">
+    % for post in c.thread.posts:
+    <li><blockquote>${post.content}</blockquote></li>
+    % endfor
+</ul>