def get_context(): if engines is not None: context = Context() context.template = Template('') return context else: return Context()
def get_context(): context = Context() context.template = Template('') return context