add friend table, start work on ws

This commit is contained in:
2026-02-24 19:23:34 +01:00
parent b1556515a1
commit e8d6306714
7 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -11,5 +11,5 @@
</head>
<body>
<h1>logged in</h1>
<p>hi, {{ username }}!</p>
<p>hi, {{ current_user.username }}!</p>
</html>