ash_phoenix/priv/templates/ash_phoenix.gen.html/html.ex

6 lines
136 B
Elixir
Raw Normal View History

defmodule <%= @app_name %>Web.<%= @resource %>HTML do
use <%= @app_name %>Web, :html
embed_templates "<%= @singular %>_html/*"
end