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 controllers sign_in_html.ex
Raw

templates/phx_web/controllers/sign_in_html.ex

defmodule <%= @web_namespace %>.SignInHTML do
use <%= @web_namespace %>, :html
embed_templates("sign_in/*")
end