ezcontainer_example/lib/ezcontainer_railway_web/controllers/page_html.ex
2023-10-24 23:23:57 -04:00

5 lines
116 B
Elixir

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