from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED _magic_number = 2 _modified_time = 1218131048.479471 _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 = ['search'] 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') # SOURCE LINE 16 context.write(u'\n\n\n\n\n\n \n\n \n\n \n Yolanda - ') # SOURCE LINE 35 context.write(unicode(self.title())) context.write(u'\n \n\n\n\n\n\n
\n

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

\n
\n\n ') # SOURCE LINE 48 context.write(unicode(self.search())) context.write(u'\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() def render_search(context): context.caller_stack.push_frame() try: h = context.get('h', UNDEFINED) # SOURCE LINE 5 context.write(u'\n \n') return '' finally: context.caller_stack.pop_frame()