// A blank list to fill out that parameter in Page for routes which don't use it
vartList[]interface{}
varsuccessJSONBytes=[]byte(`{"success":"1"}`)
// We're trying to reduce the amount of boilerplate in here, so I added these two functions, they might wind up circulating outside this file in the future