5 lines
96 B
Elixir
5 lines
96 B
Elixir
defmodule PostlandWeb.PageHTML do
|
|
use PostlandWeb, :html
|
|
|
|
embed_templates "page_html/*"
|
|
end
|