Almost, it should be
route("/") do
global model
model = TontineModel |> init |> handlers
model |> ui |> html
end
Almost, it should be
route("/") do
global model
model = TontineModel |> init |> handlers
model |> ui |> html
end