Skip to content

Instantly share code, notes, and snippets.

@djvs
Created February 17, 2015 04:39
Show Gist options
  • Save djvs/6ff9276ef487f17767ef to your computer and use it in GitHub Desktop.
Save djvs/6ff9276ef487f17767ef to your computer and use it in GitHub Desktop.
module Handler.Echo where
import Import
getEchoR :: String -> Handler Html
getEchoR theText = defaultLayout [whamlet|<h1>#{theText}|]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment