{% macro chatroom_widget(config) %} {% set show_participants = config.show_participants %} {% set show_history = config.show_history %}
{% if show_participants %}
Participants
{% endif %}
{% endmacro %}