poex/lib/poex_web/components/layouts.ex

7 lines
104 B
Elixir

defmodule PoexWeb.Layouts do
@moduledoc false
use PoexWeb, :html
embed_templates "layouts/*"
end