dotfiles/app/lib/prymn_web/controllers/page_html.ex

6 lines
90 B
Elixir
Raw Normal View History

2023-06-01 09:49:27 +00:00
defmodule PrymnWeb.PageHTML do
use PrymnWeb, :html
embed_templates "page_html/*"
end