niche/templates/login.html

7 lines
103 B
HTML
Raw Permalink Normal View History

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