{% load staticfiles %} {% autoescape off %}
<%= (commented_by.first_name + ' ' + commented_by.last_name) %> <%= body %>
<%= moment(date_created).format('LL') %>
{% endautoescape %}