NDOJ/templates/comments/revision-ajax.html

4 lines
124 B
HTML
Raw Normal View History

2023-02-23 02:03:13 -06:00
{% with node=revision.object %}
2023-01-27 17:11:10 -06:00
<div class="comment-body">{{ node.body|markdown|reference|str|safe }}</div>
2020-01-21 15:35:58 +09:00
{% endwith %}