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