2023-04-13 23:29:29 -04:00

6 lines
90 B
Elixir

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