extends ./index.jade block logout block header h3 div(class='col-sm-5') div(class='row') form(role='form' action='/login' method='post' name='add-new-user') div(class='form-group') input(class='form-control' type='text' name='username' placeholder='Username') div(class='form-group') input(class='form-control' type='password' name='password', placeholder='Password') button(style='width: 49%' class='col-sm-6 btn btn-default' onclick='submit_form(this, "/register")') Register button(style='width: 49%' class='pull-right col-sm-6 btn btn-default' onclick='submit_form(this, "/login")') Login