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



                                        
                

            
 



                                                                                   
    
<:use 'templates/base.crotmp'>
  <|page('Log In')>
    <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>
</|>