Skip to content

Instantly share code, notes, and snippets.

@marcoow
Last active December 26, 2015 17:09
Show Gist options
  • Save marcoow/7185282 to your computer and use it in GitHub Desktop.
Save marcoow/7185282 to your computer and use it in GitHub Desktop.
<form {{action authenticate on='submit'}}>
<label for="identification">Login</label>
{{input id='identification' placeholder='Enter Login' value=identification}}
<label for="password">Password</label>
{{input id='password' placeholder='Enter Password' type='password' value=password}}
<button type="submit">Login</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment