1 2 3 4 5 6 7 8 9 10
<form method="POST" action="/login"> @csrf <div> <label for="name">Username:</label> <input name="name"> </div> <button type="submit">login</button> </form>