freedive/lib/freedive_web/controllers/page_html.ex

5 lines
96 B
Elixir

defmodule FreediveWeb.PageHTML do
use FreediveWeb, :html
embed_templates "page_html/*"
end