homeman-elixir/lib/homeman_web/controllers/page_html.ex

6 lines
94 B
Elixir
Raw Normal View History

2024-01-21 23:26:07 -06:00
defmodule HomemanWeb.PageHTML do
use HomemanWeb, :html
embed_templates "page_html/*"
end