slovocast/app/lib/app_web/controllers/page_html.ex

6 lines
86 B
Elixir
Raw Normal View History

2024-04-23 02:30:14 +00:00
defmodule AppWeb.PageHTML do
use AppWeb, :html
embed_templates "page_html/*"
end