summary refs log blame commit diff stats
path: root/templates/login.crotmp
blob: 9a7acd4ea00331b3e1836c92351c07d467fe7539 (plain) (tree)
1
2
3
4
5
6
7
8
9
                              
                   
                                                        

                                      
                

            
 



                                                                                   
    
<:use 'templates/base.crotmp'>
  <|page('Log In')>
    <form id="login-form" method="post" action="/login">
      <?.error>
      <div class="alert" role="alert">
        <.error>
      </div>
      </?>

      <input type="password" name="pass" id="pass" placeholder="Password" required>
      <br>
      <input type="submit" value="Log In" />
    </form>
</|>