NDOJ/templates/comments/revision-ajax.html
2020-01-21 15:35:58 +09:00

3 lines
154 B
HTML

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