NDOJ/templates/comments/revision-ajax.html

4 lines
130 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% with node=revision.field_dict %}
2022-10-25 04:59:04 +00:00
<div class="comment-body">{{ node.body|markdown|reference|str|safe }}</div>
2020-01-21 06:35:58 +00:00
{% endwith %}