hostas/lib/hostas_web/components/layouts.ex

6 lines
89 B
Elixir

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