<%= live_redirect to: Routes.home_path(@socket, :page), class: "flex items-center border-l-4 border-gray-900 group" do %>
-

+
Livebook
diff --git a/lib/livebook_web/live/learn_live.ex b/lib/livebook_web/live/learn_live.ex
index a602fdfc3..00360b6bf 100644
--- a/lib/livebook_web/live/learn_live.ex
+++ b/lib/livebook_web/live/learn_live.ex
@@ -41,7 +41,11 @@ defmodule LivebookWeb.LearnLive do
id="welcome-to-livebook"
class="p-8 bg-gray-900 rounded-2xl flex flex-col sm:flex-row space-y-8 sm:space-y-0 space-x-0 sm:space-x-8 items-center"
>
-

+
<%= @lead_notebook_info.title %>
diff --git a/lib/livebook_web/templates/layout/root.html.heex b/lib/livebook_web/templates/layout/root.html.heex
index 1552f932f..d83f07519 100644
--- a/lib/livebook_web/templates/layout/root.html.heex
+++ b/lib/livebook_web/templates/layout/root.html.heex
@@ -9,8 +9,16 @@
<%= live_title_tag(assigns[:page_title] || "Livebook") %>
-
-
+
+
<%= @inner_content %>