6 lines
235 B
Elixir
6 lines
235 B
Elixir
defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web_namespace, schema.alias) %>SettingsHTML do
|
|
use <%= inspect context.web_module %>, :html
|
|
|
|
embed_templates "<%= schema.singular %>_settings_html/*"
|
|
end
|