NDOJ/templates/chat/message_list.html

9 lines
200 B
HTML
Raw Normal View History

2021-06-19 03:26:43 +00:00
{% for message in object_list | reverse%}
{% include "chat/message.html" %}
{% endfor %}
{% if REQUIRE_JAX %}
{% include "mathjax-load.html" %}
{% endif %}
{% include "comments/math.html" %}