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

Reply

${h.form(url(controller='comments', action='reply_done', owner_url=c.owner_url), method='post')}
Comment
${h.textarea('text')}
${h.submit(None, 'Post')}
${h.end_form()}