<%!--
  PhoenixKit App Layout

  Minimal layout wrapper for LiveView content.
  This layout is used as the default for all PhoenixKit LiveView modules.

  Parent applications can override this layout via configuration:
  config :phoenix_kit, layout: {MyAppWeb.Layouts, :app}

  This simple passthrough layout allows parent apps to control the full
  layout structure while PhoenixKit provides the authentication UI.
--%>
{@inner_content}
