<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= render "layouts/litestream/style" %>
<%= content_for?(:content) ? yield(:content) : yield %>
<% if notice.present? %>

<%= notice.html_safe %>

<% end %> <% if alert.present? %>

<%= alert.html_safe %>

<% end %>