{%- extends 'root.html' -%} {% block pagetitle -%}Chat{%- endblock %} {% block pagetype %}chat{% endblock %} {% block body_attributes %}class="has_header"{% endblock %} {% block body %} {% include "header.html" %} {% include "modals/expanded_image.html" %} {% include "modals/emoji.html" %} {% include "util/macros.html" %} {% set vlink = '' %} {{orgy.title}} {% if orgy.is_youtube() %} {% elif orgy.is_rumble() %} {% elif orgy.is_twitch() %} {%endif%} Old Chat {{macros.chat_users_list()}} {{macros.chat_group_template()}} {{macros.chat_line_template()}} {{macros.chat_users_online()}} {{macros.chat_window(vlink)}} {% endblock %}