summary refs log tree commit diff stats
path: root/templates/login.crotmp
blob: 3dbee24a8b246b936ffd66fc2d25e751cf47e183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<:use 'templates/base.crotmp'>
<|page('Log In')>
<form method="post" action="/login">
    <?.error>
    <div class="alert" role="alert">
        <.error>
    </div>
    </?>

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