| 1234567891011121314151617 |
- extends include/layout
- block content
- h1= title
- p Welcome to #{title}
- form(method='POST')
- if failure
- p(class='error') Incorrect Login or Password
- label
- span Login
- input(type='text' name='username')
- label
- span Password
- input(type='password' name='password')
- input(type='submit')
|