diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex new file mode 100644 index 0000000..3427789 --- /dev/null +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -0,0 +1,66 @@ + + + + + + + <.live_title suffix=" ยท Phoenix Framework"> + <%= assigns[:page_title] || "Chiya" %> + + + + + + + <%= @inner_content %> + + \ No newline at end of file