29 | Click Tap on the room you'd like to visit: or create a new chat room
30 |
31 |
32 | @Repeat(items=rooms, var="room")
33 | -
34 |
35 |
${room.displayName}
36 |
37 |
38 |
39 |
40 |
41 | ${__page.contributors(room)} Contributors:
42 |
43 |
47 | @Repeat(items=__page.occupants(room), var="user")
48 | - ${user.displayName.split(' ')[0]}${!isLast ? ', ' : ''}
49 |
50 |
51 |
52 |
53 | People are talking about
54 |
55 | @Repeat(items=__page.trends(room), var="trend")
56 | - ${trend.word}
57 |
58 |
59 |
60 |
61 |
62 |
63 |
65 | Click / tap on a topic you'd like to explore:
66 |
68 |