<%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>
<% if(notice) then %>

<%= raw(notice) %>

<% end %> <% if(alert) then %>

<%= raw(alert) %>

<% end %> <%= yield %>
<%= raw Setting.analytics_code if Setting.present? %>