示例#1
0
    def handle(self, req):

        handler_list = sorted([h for h in self.dispatcher.handlers],
                              key=lambda x: x.__class__.__name__)

        return Response.tmpl('dashboard/handler-list.html',
                             handler_list=handler_list)
示例#2
0
    def handle(self, req):

        return Response.tmpl('dashboard/scratch.html')
示例#3
0
    def handle(self, req):

        return Response.tmpl('mockups/splash.html')