Skip to content

Instantly share code, notes, and snippets.

@kennethlove
Created July 17, 2012 20:28
Show Gist options
  • Save kennethlove/3131832 to your computer and use it in GitHub Desktop.
Save kennethlove/3131832 to your computer and use it in GitHub Desktop.
login
extends ../../../views/layout
block content
form(action="/sessions", method="post")
label Username
input(type="text", name="user")
label Password
input(type="password", name="password")
input(type="submit", name="Submit")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment