from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED _magic_number = 2 _modified_time = 1200935156.9716339 _template_filename='templates/test.html' _template_uri='test.html' _template_cache=cache.Cache(__name__, _modified_time) _source_encoding=None _exports = [] def render_body(context,**pageargs): context.caller_stack.push_frame() try: __M_locals = dict(pageargs=pageargs) # SOURCE LINE 1 context.write(u'\n
\n\n Libbokka works as desired!\n
\n \n') return '' finally: context.caller_stack.pop_frame()