Current section

Files

Jump to
phx_new templates phx_web controllers page_html.ex
Raw

templates/phx_web/controllers/page_html.ex

defmodule <%= @web_namespace %>.PageHTML do
use <%= @web_namespace %>, :html
embed_templates "page_html/*"
end