%args>
comment=None
post
form
preview=None
%args>
<& /form:formstatus, form=form &>
% if comment is not None:
<&views.myt:view_comment, comment=comment, showpost=True&>
%
% if preview is not None:
Preview New Comment
<&views.myt:view_comment, comment=preview, showpost=True&>
%
<&forms.myt:commentform, parent=comment, **ARGS&>