Example #1
0
 def get(self):
   y=Theme.all()
   template_values = {'y': y,}
   self.htmlRenderCM('../template/theme.html',template_values)