# -*- encoding:utf-8 -*- from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 5 _modified_time = 1278954944.335135 _template_filename = '/home/yetty/Work/Development/DevContest/devcontest/templates/rank.mako' _template_uri = 'rank.mako' _template_cache = cache.Cache(__name__, _modified_time) _source_encoding = 'utf-8' from webhelpers.html import escape _exports = ['body', 'title'] 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, u'/base.mako', _template_uri)
def cache(self): return cache.Cache(self)