JOL/lib/jol_web/controllers/page_html.ex

6 lines
86 B
Elixir
Raw Normal View History

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