memEx/lib/memex_web/controllers/home_html.ex

6 lines
90 B
Elixir

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