mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 04:22:34 +03:00
18 lines
315 B
Elixir
18 lines
315 B
Elixir
<%= PlausibleWeb.EmailView.greet_recipient(assigns) %>
|
|
<br /><br />
|
|
|
|
<%= @inner_content %>
|
|
<br /><br />
|
|
|
|
Regards,<br />
|
|
The Plausible Team 💌
|
|
<br /><br />
|
|
|
|
--
|
|
<br /><br />
|
|
<%= link(plausible_url(), to: plausible_url()) %><br />
|
|
|
|
<%= if Map.get(assigns, :unsubscribe, false) do %>
|
|
{{{ pm:unsubscribe }}}
|
|
<% end %>
|