citerun/lib/citerun_web/controllers/page_html.ex
2023-03-29 20:55:14 -07:00

6 lines
94 B
Elixir

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