portfolio/lib/portfolio_web/controllers/blog_html.ex

6 lines
98 B
Elixir
Raw Normal View History

2024-05-18 17:53:56 +00:00
defmodule PortfolioWeb.BlogHTML do
use PortfolioWeb, :html
embed_templates "blog_html/*"
end