Skip to content

Instantly share code, notes, and snippets.

@rishavs
Created June 30, 2018 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishavs/b9e682f206df63bf36dc4020c9ae71cf to your computer and use it in GitHub Desktop.
Save rishavs/b9e682f206df63bf36dc4020c9ae71cf to your computer and use it in GitHub Desktop.
module Cove::Views
def self.welcome (store)
html = <<-HTML
<h1>Hello #{store["data"]["username"]}</h1>
<p> Your UserId is: #{store["data"]["userid"]}</p>
HTML
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment