server/lib/boardwise_web/controllers/page_html.ex

6 lines
98 B
Elixir
Raw Normal View History

2023-11-30 17:25:00 +00:00
defmodule BoardWiseWeb.PageHTML do
use BoardWiseWeb, :html
embed_templates "page_html/*"
end