pinchflat/lib/pinchflat_web/controllers/pages/page_html.ex
2024-12-13 09:23:16 -08:00

5 lines
104 B
Elixir

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