blob: 2a5587c2409e624acd51a50397826ba5f883916d (
plain) (
tree)
|
|
<: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>
</div>
</|>
|