Packages

Flowy framework project generator. Provides a `mix flowy.new` task to bootstrap a new Elixir application with Flowy dependencies.

Current section

Files

Jump to
flowy_new templates phx_web components layouts.ex
Raw

templates/phx_web/components/layouts.ex

defmodule <%= @web_namespace %>.Layouts do
use <%= @web_namespace %>, :html
embed_templates "layouts/*"
end