sloanelybutsurely.com/lib/web/controllers/post_html.ex
2025-03-25 21:54:52 -04:00

5 lines
80 B
Elixir

defmodule Web.PostHTML do
use Web, :html
embed_templates "post_html/*"
end