<%inherit file="/base.boot.mako"/> <%namespace file="/extensions.mako" import="*"/> ##name Navigate ##sortkey 2 ##tags intro home To navigate link to files with `link(pattern)`. The `pattern` will be interpreted as a regular expression.: * `link('index')` will produce ${link('index')} * If multiple files match the first will be picked: `link('b')` will produce ${link('b')} * If the pattern does not match you'll get a special display `link('joe')` will produce ${link('joe')} Go to the ${link('index')} page