analytics/lib/plausible_web/templates/layout/base_email.html.eex
hq1 d6824de1ad
Rename internal build symbols (#3942)
* Rename internal build symbols

* Rename remaining + add `on_ce` macro

cc @ruslandoga
2024-04-29 08:05:33 +02:00

16 lines
308 B
Elixir

<%= PlausibleWeb.EmailView.greet_recipient(assigns) %>
<br /><br />
<%= @inner_content %>
<br /><br />
<%= if ee?() do %>Regards,<br />
The Plausible Team 💌
<br /><br /><% end %>
--
<br /><br />
<%= link(plausible_url(), to: plausible_url()) %><br />
<%= if ee?() do %>{{{ pm:unsubscribe }}}<% end %>