def main(request, response): origin = request.GET.first("origin"); value = request.GET.first("value"); return ([("Content-Type", "text/html")], """ XFO. """ % (origin, value))