chiya/lib/chiya_web/controllers/page_html.ex

6 lines
97 B
Elixir
Raw Normal View History

2023-03-05 16:07:40 +01:00
defmodule ChiyaWeb.PageHTML do
use ChiyaWeb, :html_public
2023-03-05 16:07:40 +01:00
embed_templates "page_html/*"
end