A new task comment has been added.

Task: {{ task.title }}
Commenter: {{ user.first_name }} {{ user.last_name }}

Comment:
{% autoescape off %}
{{ body }}
{% endautoescape %}

Task details/comments:
https://{{ site }}{% url 'todo:task_detail' task.id %}

List {{ task.task_list.name }}:
https://{{ site }}{% url 'todo:list_detail' task.task_list.id task.task_list.slug %}

