<%= t("decidim.comments.comment_notification_mailer.hello", name: @commentable.author.name) %>

<%= t(".new_comment_html", { commenter: @comment.author.name, commentable_link: link_to(commentable_title, @locator.url(anchor: "comment_#{@comment.id}")) }) %>

<%= @comment.body %>

<%= t("decidim.comments.comment_notification_mailer.manage_email_subscriptions_html", link: link_to(t("decidim.comments.comment_notification_mailer.notifications_settings_link"), decidim.notifications_settings_url(host: @organization.host))) %>