File view/login-username.tpl artifact 4dc628d5ef part of check-in 8f954221a1
<div class="login"> <div class="msg">@loginmsg</div> <form action="/login" method="post"> <label for="user">local handle</label> <input type="text" name="user" id="user" autofocus required> <button type="submit">log on</button> </form> </div>