NDOJ/templates/comments/revision-ajax.html
2023-02-23 02:03:13 -06:00

3 lines
124 B
HTML

{% with node=revision.object %}
<div class="comment-body">{{ node.body|markdown|reference|str|safe }}</div>
{% endwith %}