Query
#
IntroductionLight automatically parses query parameters for you. A query
object is passed as part of the context and can be used to extract the query params out of the url. If multiple values with the same key are passed, then it returns an array instead of a string.
TODO