cannery/lib/cannery_web/controllers/home_html.ex

6 lines
94 B
Elixir

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