Page.Login

The login page.

type alias Model =
{ errors : Errors
, form : Form
}
type Msg
init : ( Model, Effect msg )
Model
-> { title : String
, content : Html Msg
}
update : Msg -> Model -> ( Model, Effect Msg )