from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 5 _modified_time = 1250058320.0926671 _template_filename='tg/test_stack/rendering/templates/mako_base.mak' _template_uri='/mako_base.mak' _template_cache=cache.Cache(__name__, _modified_time) _source_encoding='utf-8' from webhelpers.html import escape _exports = [] def render_body(context,**pageargs): context.caller_stack._push_frame() try: __M_locals = __M_dict_builtin(pageargs=pageargs) self = context.get('self', UNDEFINED) __M_writer = context.writer() # SOURCE LINE 2 __M_writer(u'\n\n \n ') # SOURCE LINE 6 __M_writer(escape(self.head_tags())) __M_writer(u'\n \n \n \t

Inside parent template

\n ') # SOURCE LINE 10 __M_writer(escape(self.body())) __M_writer(u'\n \n\n') return '' finally: context.caller_stack._pop_frame()