>
<%= render partial: 'email/post', locals: { post: post } %>
<% if context_posts.present? %>
<%= t "user_notifications.previous_discussion" %>
<% context_posts.each do |p| %>
<%= render partial: 'email/post', locals: { post: p } %>
<% end %>
<% end %>