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