Hey <%= @user.nickname %>, here is what you've missed!
New Mentions:
<%= for %{data: mention, object: object, from: from} <- @mentions do %>
- <%= link from.nickname, to: mention.activity.actor %>: <%= raw object.data["content"] %>
<% end %>
<%= if @followers != [] do %>
<%= length(@followers) %> New Followers:
<%= for %{data: follow, from: from} <- @followers do %>
- <%= link from.nickname, to: follow.activity.actor %>
<% end %>
<% end %>
You have received this email because you have signed up to receive digest emails from <%= @instance %> Pleroma instance.
The email address you are subscribed as is <%= @user.email %>. To unsubscribe, please go <%= link "here", to: @unsubscribe_link %>.