poex/lib/poex_web/components/layouts.ex

6 lines
85 B
Elixir

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