sloanelybutsurely.com/lib/web/controllers/post_html.ex

6 lines
99 B
Elixir

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