<%
var form =
{
name: 'formSubmit',
onSubmit: 'submit()',
 fields:[
     'email',
     'password'
]
};
%>

<%-template('form',{form:form})%>
