Exemplo n.º 1
0
 def get(self, id):
     post = Post.get_by_id(int(id))
     self.render("permalink.html", {"post":post})