示例#1
0
文件: wrapper.py 项目: bigjason/honey
 def render(self, context):
     mako_context = context_to_dict(context)
     return self.template.render(**mako_context)
示例#2
0
文件: wrapper.py 项目: bigjason/honey
 def render(self, context):
     jinja_context = context_to_dict(context)
     return self.template.render(**jinja_context)