Current section

Files

Jump to
combo_new templates vanilla lib my_app web controllers page_html.ex
Raw

templates/vanilla/lib/my_app/web/controllers/page_html.ex

defmodule MyApp.Web.PageHTML do
use MyApp.Web, :html
embed_templates "page_html/*"
end