{%- extends 'root.html' -%} {% block pagetitle -%}Orgy{%- 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.type == 'youtube' %} {% elif orgy.type == 'rumble' %} {% elif orgy.type == 'twitch' %} {% elif orgy.type == 'file' %} {% endif %}

{{macros.chat_group_template()}}
{{macros.chat_line_template()}}
{{macros.chat_users_online()}} {{macros.chat_window(vlink)}} {% endblock %}