{% if rooms.len() > 0 %}
{% for room in rooms %} {{room.title}} {% endfor %}
{% endif %}
{% include "chat/template.html" %}