module Home exposing (..) import Element exposing (..) import Model exposing (..) getPage : Model -> Element Msg getPage _ = text "Home page."