{% from "frappe/templates/includes/macros.html" import square_image_with_fallback %}
{{ square_image_with_fallback(src=frappe.get_gravatar(comment.comment_email or comment.sender), size='extra-small', alt=comment.sender_full_name, class='align-self-start mr-4') }}
{{ comment.sender_full_name or comment.comment_by }} {{ comment.creation | global_date_format }}
{{ comment.content | markdown }}