sloanelybutsurely.com/lib/cms_web/controllers/post_html.ex
2025-02-22 12:35:49 -05:00

6 lines
105 B
Elixir

defmodule CMSWeb.PostHTML do
@moduledoc false
use CMSWeb, :html
embed_templates "post_html/*"
end