diff --git a/lib/aprs_web/components/layouts/app.html.heex b/lib/aprs_web/components/layouts/app.html.heex
index fa10840..114cf0d 100644
--- a/lib/aprs_web/components/layouts/app.html.heex
+++ b/lib/aprs_web/components/layouts/app.html.heex
@@ -50,6 +50,6 @@
>
Attempting to reconnect
- <%= @inner_content %>
+ {@inner_content}
diff --git a/lib/aprs_web/components/layouts/root.html.heex b/lib/aprs_web/components/layouts/root.html.heex
index 717d48f..2f1424c 100644
--- a/lib/aprs_web/components/layouts/root.html.heex
+++ b/lib/aprs_web/components/layouts/root.html.heex
@@ -5,7 +5,7 @@
<.live_title suffix=" ยท Phoenix Framework">
- <%= assigns[:page_title] || "Aprs" %>
+ {assigns[:page_title] || "Aprs"}