예제 #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)