%page args="environ, cookies, title, slug=None, add_css=(), add_js=()"/>\ <%namespace module="toolserver.background" import="set_background"/>\ <%namespace name="index" file="/index.mako" import="get_tools"/>\ <%! from os import path %>\ <% tools = get_tools() root = path.dirname(environ["SCRIPT_NAME"]) this = environ["PATH_INFO"] pretty = path.split(root)[0] if not slug: slug = path.split(this)[1] if slug.endswith(".fcgi"): slug = slug[:-5] %>\
> % for num, tool in enumerate(tools, 1): % if tool != "DIVIDER": <% name, tool, link, complete, desc = tool %>\ ${tool} % endif % if num < len(tools): | % endif % endfor