<!DOCTYPE HTML> <html> <head> <title>{{username}}'s panel</title> </head> <body> <h1>User panel</h1> <a href="/">Back</a> <h3>Change password</h3> <form action="change_password_action" method="POST"> <input name="currentPassword" type="password" placeholder="Current password" /><br /> <input name="newPassword" type="password" placeholder="New password"><br /> <input type="submit" value="Change" /> </form> {{manageChannelAccess}} {{addUser}} {{addServer}} {{addChannel}} {{updateChannel}} </body> </html>