Mainly I want to get rid of the
<main role="main" class="container">
tag surrounding the rest of the page. That's defined in live.html.leex
so I thought I could exclude it by putting this line into router.ex
:
live "/watch/:guest_id", WatchLive, layout: {MyAppWeb.LayoutView, :root}
It's still there though. How can I exclude live.html.leex
?