<% content_for :main_header do %>

Email #

<% end %>

<%= notice %>

<%= turbo_stream_from @email %> <%= turbo_frame_tag "room" do %> <%= render @email %>

<%= link_to 'Edit', edit_email_path(@email) %> | <%= link_to 'Back', emails_path, "data-turbo-frame": "_top" %>

<% end %>