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},
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},