Packages

Rapid admin generator for Phoenix

Current section

Files

Jump to
lit priv templates lit.install layout_view.ex
Raw

priv/templates/lit.install/layout_view.ex

defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web_namespace, "Layout") %>View do
use <%= inspect context.web_module %>, :view
end