Current section

Files

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

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

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