<%= for notice <- @conn.assigns.site_notices do %>
<%= notice.title %> <%= notice.text %> <%= if notice.link not in [nil, ""] do %> <%= notice.link_text %> <% end %>
<% end %> <%= if get_flash(@conn, :info) do %>
<%= get_flash(@conn, :info) %>
<% end %> <%= if get_flash(@conn, :alert) do %>
<%= get_flash(@conn, :alert) %>
<% end %> <%= if get_flash(@conn, :error) do %>
<%= get_flash(@conn, :error) %>
<% end %> <%= if get_flash(@conn, :warning) do %>
<%= get_flash(@conn, :warning) %>
<% end %>