room.txt 210 B

123456789
  1. {{ room.title }}
  2. {% if room.invite %}
  3. You've been invited, join at {{ room.link }}
  4. {% else %}
  5. {% for notif in room.notifs %}
  6. {% include 'notif.txt' with context %}
  7. {% endfor %}
  8. {% endif %}