Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Created April 22, 2017 22:59
Show Gist options
  • Save arecvlohe/3abcdaad4cc6b9b94c7b98e8d9b89518 to your computer and use it in GitHub Desktop.
Save arecvlohe/3abcdaad4cc6b9b94c7b98e8d9b89518 to your computer and use it in GitHub Desktop.
view : Model -> Html Msg
view model =
div []
[ div [] [ text model.quote ]
, div [] [ text model.author ]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment