server/lib/boardwise_web/controllers/page_html.ex

6 lines
98 B
Elixir

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