Current section

Files

Jump to
live_view_native priv templates lvn.gen.layout layout.ex
Raw

priv/templates/lvn.gen.layout/layout.ex

defmodule <%= inspect context.web_module %>.Layouts.<%= inspect context.module_suffix %> do
use <%= inspect context.native_module %>, [:layout, format: <%= inspect context.format %>]
embed_templates "layouts_<%= context.format %>/*"
end