from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED _magic_number = 2 _modified_time = 1216815389.6429961 _template_filename='/home/nils/src/yolanda/trunk/yolanda/templates/index.myt' _template_uri='/index.myt' _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 Welcome to Yolanda\n

\n\n

\n This is the front page.\n

\n\n

\n upload video\n

\n\n

\n

\n
\n\n \n search for videos\n \n\n \n \n\n
\n
\n

\n\n\n') return '' finally: context.caller_stack.pop_frame()