NDOJ/templates/comments/revision-ajax.html

4 lines
154 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% with node=revision.field_dict %}
<div class="comment-body">{{ node.body|markdown('comment', MATH_ENGINE)|reference|str|safe }}</div>
{% endwith %}