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