Current section

Files

Jump to
phoenix priv templates phx.gen.html html.ex
Raw

priv/templates/phx.gen.html/html.ex

defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web_namespace, schema.alias) %>HTML do
use <%= inspect context.web_module %>, :html
embed_templates "<%= schema.singular %>_html/*"
end