jonatanklosko's picture
Initial commit
b6f0124
raw
history blame contribute delete
85 Bytes
defmodule ChaiWeb.Layouts do
use ChaiWeb, :html
embed_templates "layouts/*"
end