<% content_for(:body) do %>
<%= render partial: "spina/admin/shared/navigation" %>
<%= yield %> <%= turbo_frame_tag "flash" do %> <%= render partial: "spina/admin/shared/flash" %> <% end %>
<%= turbo_frame_tag "modal" %> <% end %> <%= render template: 'layouts/spina/admin/application' %>