X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/6371c50c3b414c0bb06a6144cd31803a1363a602..f267b2f2841d407dcdf9c3c0f5406f8c10403ccb:/floof/templates/comments/thread.mako diff --git a/floof/templates/comments/thread.mako b/floof/templates/comments/thread.mako new file mode 100644 index 0000000..947c500 --- /dev/null +++ b/floof/templates/comments/thread.mako @@ -0,0 +1,17 @@ +<%inherit file="/base.mako" /> +<%namespace name="comments" file="/comments/lib.mako" /> + +
+ +% if c.root_comment: +${comments.single_comment(c.root_comment)} +% endif + +