6 lines
98 B
Elixir
6 lines
98 B
Elixir
|
defmodule BoardWiseWeb.PageHTML do
|
||
|
use BoardWiseWeb, :html
|
||
|
|
||
|
embed_templates "page_html/*"
|
||
|
end
|