sloanelybutsurely.com/lib/web/controllers/page_html.ex
2025-03-24 07:39:09 -04:00

5 lines
80 B
Elixir

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