niche/templates/new_comment.html
2012-05-06 19:39:03 +12:00

7 lines
109 B
HTML

$def with (link, form)
<form name="main" method="post">
$:form.render()
<input type="submit"/>
</form>