Current section

Files

Jump to
ash_phoenix priv templates ash_phoenix.gen.html html.ex
Raw

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

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