3 lines
154 B
HTML
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 %}
|