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

5 lines
80 B
Elixir

defmodule Web.BlogHTML do
use Web, :html
embed_templates "blog_html/*"
end