Introduction to Sinatra 1. What is the purpose of the server file (routing)? 2. How do you pass variables into the views? 3. How can we interpolate ruby into a view (html)? 4. In what format does data come in from a view/form? What do we call it? 5. What are params?
:(