Programming Phoenix LiveView: PentoWeb.LayoutView errata (56)

root_layout: {PentoWeb.LayoutView, :root},

This results in the following following error:

no “root” html template defined for PentoWeb.LayoutView

I believe it should be instead:

root_layout: {PentoWeb.Layouts, :root},

6 Likes