// MEET
make a room, share the link — join now or at meeting time. guests just click, no installs.
{% if rooms %}your rooms
{% for r in rooms %}{{ r.label or 'untitled meeting' }}
{% if r.scheduled_at %}{{ r.scheduled_at.replace('T', ' ') }} · {% endif %}
{% if r.count %}● {{ r.count }} in room{% else %}link ready{% endif %}