mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 18:26:04 +00:00
6 lines
102 B
Elixir
6 lines
102 B
Elixir
defmodule WandererAppWeb.BlogHTML do
|
|
use WandererAppWeb, :html
|
|
|
|
embed_templates "blog_html/*"
|
|
end
|