NDOJ/templates/comments/revision-ajax.html
2022-10-24 23:59:04 -05:00

3 lines
130 B
HTML

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