cannery/lib/cannery_web/controllers/home_html.ex
2023-04-14 23:34:11 -04:00

6 lines
94 B
Elixir

defmodule CanneryWeb.HomeHTML do
use CanneryWeb, :html
embed_templates "home_html/*"
end