Files

6 lines
97 B
Elixir
Raw Permalink Normal View History

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