diff --git a/client/templates/chats.html b/client/templates/chats.html index b1d926f..73fd236 100644 --- a/client/templates/chats.html +++ b/client/templates/chats.html @@ -1,5 +1,15 @@ - + + + +

{{ chat.name }}

+

{{ chat.lastMessage.text }}

+ {{ chat.lastMessage.timestamp }} + +
+
\ No newline at end of file