NDOJ/templates/comments/revision-ajax.html
2023-01-27 17:11:10 -06:00

3 lines
128 B
HTML

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