NDOJ/templates/chat/message_list.html
2021-06-18 22:26:43 -05:00

8 lines
200 B
HTML

{% for message in object_list | reverse%}
{% include "chat/message.html" %}
{% endfor %}
{% if REQUIRE_JAX %}
{% include "mathjax-load.html" %}
{% endif %}
{% include "comments/math.html" %}