from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED _magic_number = 2 _modified_time = 1217192624.700382 _template_filename=u'/home/nils/src/yolanda/trunk/yolanda/templates/xhtml/base.mako' _template_uri=u'/xhtml/base.mako' _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) h = context.get('h', UNDEFINED) self = context.get('self', UNDEFINED) # SOURCE LINE 1 context.write(u'\n\n\n\n\n\n\n \n\n \n\n \n Yolanda - ') # SOURCE LINE 22 context.write(unicode(self.title())) context.write(u'\n \n\n\n\n\n\n
\n

\n ') # SOURCE LINE 31 context.write(unicode(self.heading())) context.write(u'\n

\n
\n\n \n\n ') # SOURCE LINE 50 context.write(unicode(self.body())) context.write(u'\n\n \n\n \n\n\n\n\n') return '' finally: context.caller_stack.pop_frame()