<%= stylesheet_link_tag "better_rails_debugger/application", media: "all" %> <%= javascript_include_tag "better_rails_debugger/application" %> <%= csrf_meta_tags %> <%= render partial: 'better_rails_debugger/shared/header' %>
<%= render partial: 'better_rails_debugger/shared/sidebar' %>
<%= # https://coreui.io/docs/components/bootstrap-breadcrumb/ content_for :breadcrum %>
<% if flash[:notice] %> <% end %> <% if flash[:error] %> <% end %> <%= yield %>