A vibe coded tangled fork which supports pijul.
at f0aa822957895c8484fa9ec5517c500e63bb209f 12 lines 393 B view raw
1{{ define "title" }}login{{end}} {{define "content"}} 2<h1>login</h1> 3<form method="POST" action="/login"> 4 <label for="handle">handle</label> 5 <input type="text" id="handle" name="handle" required /> 6 7 <label for="app_password">app password</label> 8 <input type="password" id="app_password" name="app_password" required /> 9 10 <button type="submit">login</button> 11</form> 12{{end}}