extends ../layout block content section#partial .container .row .col-sm-8.col-sm-offset-2 form.form-horizontal(method='POST') input(type='hidden', name='_csrf', value=_csrf) .form-group label.col-sm-3.control-label(for='email') Email .col-sm-7 input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus=true) .form-group label.col-sm-3.control-label(for='password') Password .col-sm-7 input.form-control(type='password', name='password', id='password', placeholder='Password') .form-group .col-sm-offset-3.col-sm-7 button.col-sm-3.btn.btn-primary(type='submit') i.fa.fa-user | Login a.btn.btn-link(href='/forgot') Forgot your password?