There are currently <%= @current_visitors %> visitors on <%= link(@site.domain, to: "https://" <> @site.domain) %>.
<%= if Enum.count(@sources) > 0 do %>
The top sources for current visitors:
<%= for %{name: source, count: visitors} <- @sources do %>
<%= source %> - <%= visitors %> visitor<%= if visitors > 1, do: "s" %>
<% end %>
<% end %>
<%= if @link do %>
View dashboard: <%= link(@link, to: @link) %>
<% end %>
Congrats on the spike in traffic!