{% extends 'base.html' %} {% block 'content' -%}
Dear ${subscription.user.username},
A comment was posted to ${subscription.commentobject.object_url}
${comment.user.username or comment.commenter_name} said...
"${comment.text}"
Don't want any more of these emails? Unsubscribe here.
{% endblock %}