<% theme = Current.user&.theme || "system" %> " class="h-full text-primary overflow-hidden lg:overflow-auto font-sans"> <%= render "layouts/shared/head" %>
<%= image_tag "logo-color.png", class: "w-16 mb-6" %>

Sure Authorization

<%- if flash[:notice].present? %>
<%= flash[:notice] %>
<% end -%> <%- if flash[:alert].present? %>
<%= flash[:alert] %>
<% end -%> <%= yield %>
<%= render "layouts/shared/footer" %>