def html(self): return tags.html( {'xmlns:planes': 'http://planespy.org'}, self.head(), self.body(), )
def html(self): return tags.html( self.head(), self.body(), )