diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index fafe152..1dde1a2 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -1,11 +1,7 @@ -
-

- <%= @settings.title %> -

-

- <%= @settings.subtitle %> -

-
+<.header> + <:title><%= @settings.title %> + <:subtitle><%= @settings.subtitle %> +