from mako import cache, runtime UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 6 _modified_time = 1367126126.936375 _template_filename = "htdocs/login.mako" _template_uri = "login.mako" _template_cache = cache.Cache(__name__, _modified_time) _source_encoding = "utf-8" _exports = [] def _mako_get_namespace(context, name): try: return context.namespaces[(__name__, name)] except KeyError: _mako_generate_namespaces(context) return context.namespaces[(__name__, name)] def _mako_generate_namespaces(context): pass def _mako_inherit(template, context): _mako_generate_namespaces(context) return runtime._inherit_from(context, "root.mako", _template_uri) def render_body(context, **pageargs): context.caller_stack._push_frame() try: __M_locals = __M_dict_builtin(pageargs=pageargs) redirect_uri = context.get("redirect_uri", UNDEFINED) key = context.get("key", UNDEFINED) action = context.get("action", UNDEFINED) authn_reference = context.get("authn_reference", UNDEFINED) login = context.get("login", UNDEFINED) password = context.get("password", UNDEFINED) __M_writer = context.writer() # SOURCE LINE 1 __M_writer( '\n\n
\n To register it\'s quite simple: enter a login and a password\n
\n\n\n' ) return "" finally: context.caller_stack._pop_frame()