{% extends "default.html" %} {% block title %} Chat {% endblock %} {% block content %}
0
{% for m in messages %} {% set text_html = m['text_html'] %} {% set link = '' %} {% endfor %}

{% include "emoji_modal.html" %} {% include "expanded_image_modal.html" %} {% endblock %}