hostas/lib/hostas_web/controllers/page_html.ex

6 lines
92 B
Elixir
Raw Permalink Normal View History

2023-06-06 15:38:19 +00:00
defmodule HostasWeb.PageHTML do
use HostasWeb, :html
embed_templates "page_html/*"
end