poex/lib/poex_web/controllers/page_html.ex

6 lines
88 B
Elixir

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