Commit 1ac8a33d by Chris Wanstrath

whitespace

parent 2107e616
......@@ -29,7 +29,7 @@ You can also create dedicated view classes to hold your view logic.
Here's your simple.py:
import pystache
class Simple(pystache.View):
def thing(self):
def thing(self):
return "pizza"
Then your template, simple.mustache:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment