Instantly share code, notes, and snippets.
In Sinatra, we have
'''ruby get "/posts/:id" do @post = ... erb :post end '''