JOL/lib/jol_web/controllers/page_html.ex

6 lines
86 B
Elixir

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