I noticed that pystache had changed a bit and you were no longer supposed to subclass View. Since views.py uses template_name, I switched ResWeb to subclassing TemplateSpec. I also added a bit of code to allow it to self render like before. It might be a good idea to move that into server.py.
I noticed that pystache had changed a bit and you were no longer supposed to subclass View. Since views.py uses template_name, I switched ResWeb to subclassing TemplateSpec. I also added a bit of code to allow it to self render like before. It might be a good idea to move that into server.py.