<%inherit file="/base.mako" /> <%namespace name="comments" file="/comments/lib.mako" />

« Return

% if c.root_comment: ${comments.single_comment(c.root_comment)} % endif

${len(c.comments)} comments

View all

% if c.root_comment_id:

Reply

% else:

Reply

% endif ${comments.comment_thread(c.comments)}