homeman-elixir/lib/homeman_web/controllers/page_html.ex
2024-01-21 23:26:07 -06:00

6 lines
94 B
Elixir

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