dotfiles/app/lib/prymn_web/controllers/page_html.ex
2023-07-19 23:24:24 +03:00

5 lines
90 B
Elixir

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