dotfiles/backend/lib/prymn_web/controllers/page_html.ex
Nikos Papadakis ffbd1d6f75
Init!
2023-06-01 12:49:27 +03:00

5 lines
90 B
Elixir

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