<%= t('user_mailer.notify_comment_owner.body', { user: @comment.user.full_name, post: @comment.post.title }) %>
<%= @comment.body %>
<%= link_to t('user_mailer.learn_more'), post_url(@comment.post) %>