8 lines
200 B
HTML
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" %}
|