<%# console if Rails.env.development? %> <%= page_title %> <%= csrf_meta_tags %> <%= csp_meta_tag %> <% if Websites.config.enable_analytics && plausible_domain.present? %> <%= Websites.config.plausible_script(plausible_domain).html_safe %> <% end %> <% if content_for(:html_head) %> <%= yield :html_head %> <% end %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %>
<% if flash[:notice] %>
<%= flash[:notice] %> close
<% end %> <% if flash[:alert] %>
<%= flash[:alert] %> close
<% end %> <%= yield :layout %>