genindex.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  3. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  4. <head>
  5. <title>
  6. Index
  7. &mdash;
  8. Mako 0.7.2 Documentation
  9. </title>
  10. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  11. <link rel="stylesheet" href="_static/docs.css" type="text/css" />
  12. <script type="text/javascript">
  13. var DOCUMENTATION_OPTIONS = {
  14. URL_ROOT: '#',
  15. VERSION: '0.7.2',
  16. COLLAPSE_MODINDEX: false,
  17. FILE_SUFFIX: '.html'
  18. };
  19. </script>
  20. <script type="text/javascript" src="_static/jquery.js"></script>
  21. <script type="text/javascript" src="_static/underscore.js"></script>
  22. <script type="text/javascript" src="_static/doctools.js"></script>
  23. <link rel="index" title="Index" href="#" />
  24. <link rel="search" title="Search" href="search.html" />
  25. <link rel="top" title="Mako 0.7.2 Documentation" href="index.html" />
  26. <link rel="stylesheet" href="_static/site.css"></link>
  27. </head>
  28. <body>
  29. <div id="wrap">
  30. <div class="rightbar">
  31. <div class="slogan">
  32. Hyperfast and lightweight templating for the Python platform.
  33. </div>
  34. </div>
  35. <a href="http://www.makotemplates.org/"><img src="_static/makoLogo.png" /></a>
  36. <hr/>
  37. <div id="docs-container">
  38. <div id="docs-header">
  39. <h1>Mako 0.7.2 Documentation</h1>
  40. <div id="docs-search">
  41. Search:
  42. <form class="search" action="search.html" method="get">
  43. <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
  44. <input type="hidden" name="check_keywords" value="yes" />
  45. <input type="hidden" name="area" value="default" />
  46. </form>
  47. </div>
  48. <div id="docs-version-header">
  49. Release: <span class="version-num">0.7.2</span>
  50. </div>
  51. </div>
  52. <div id="docs-top-navigation">
  53. <div id="docs-top-page-control" class="docs-navigation-links">
  54. <ul>
  55. <li>
  56. <a href="index.html">Table of Contents</a> |
  57. <a href="#">Index</a>
  58. </li>
  59. </ul>
  60. </div>
  61. <div id="docs-navigation-banner">
  62. <a href="index.html">Mako 0.7.2 Documentation</a>
  63. »
  64. Index
  65. <h2>
  66. Index
  67. </h2>
  68. </div>
  69. </div>
  70. <div id="docs-body-container">
  71. <div id="docs-body" class="" >
  72. <h1 id="index">Index</h1>
  73. <a href="#A"><strong>A</strong></a>
  74. | <a href="#B"><strong>B</strong></a>
  75. | <a href="#C"><strong>C</strong></a>
  76. | <a href="#D"><strong>D</strong></a>
  77. | <a href="#E"><strong>E</strong></a>
  78. | <a href="#F"><strong>F</strong></a>
  79. | <a href="#G"><strong>G</strong></a>
  80. | <a href="#H"><strong>H</strong></a>
  81. | <a href="#I"><strong>I</strong></a>
  82. | <a href="#K"><strong>K</strong></a>
  83. | <a href="#L"><strong>L</strong></a>
  84. | <a href="#M"><strong>M</strong></a>
  85. | <a href="#N"><strong>N</strong></a>
  86. | <a href="#P"><strong>P</strong></a>
  87. | <a href="#R"><strong>R</strong></a>
  88. | <a href="#S"><strong>S</strong></a>
  89. | <a href="#T"><strong>T</strong></a>
  90. | <a href="#U"><strong>U</strong></a>
  91. | <a href="#W"><strong>W</strong></a>
  92. <hr />
  93. <h2 id="A">A</h2>
  94. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  95. <dl>
  96. <dt>
  97. <a href="usage.html#mako.lookup.TemplateCollection.adjust_uri">adjust_uri() (mako.lookup.TemplateCollection method)</a>
  98. </dt>
  99. <dd><dl>
  100. <dt><a href="usage.html#mako.lookup.TemplateLookup.adjust_uri">(mako.lookup.TemplateLookup method)</a>
  101. </dt>
  102. </dl></dd>
  103. </dl></td><td width="33%" valign="top"><dl>
  104. <dt>
  105. <a href="namespaces.html#mako.runtime.Namespace.attr">attr (mako.runtime.Namespace attribute)</a>
  106. </dt>
  107. <dt></dt></dl>
  108. </td></tr></table>
  109. <h2 id="B">B</h2>
  110. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  111. <dl>
  112. <dt>
  113. <a href="caching.html#mako.ext.beaker_cache.BeakerCacheImpl">BeakerCacheImpl (class in mako.ext.beaker_cache)</a>
  114. </dt>
  115. </dl></td><td width="33%" valign="top"><dl>
  116. <dt></dt></dl>
  117. </td></tr></table>
  118. <h2 id="C">C</h2>
  119. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  120. <dl>
  121. <dt>
  122. <a href="caching.html#mako.cache.Cache">Cache (class in mako.cache)</a>
  123. </dt>
  124. <dt>
  125. <a href="namespaces.html#mako.runtime.Namespace.cache">cache (mako.runtime.Namespace attribute)</a>
  126. </dt>
  127. <dt>
  128. <a href="caching.html#mako.cache.CacheImpl">CacheImpl (class in mako.cache)</a>
  129. </dt>
  130. <dt>
  131. <a href="namespaces.html#mako.runtime.capture">capture() (in module mako.runtime)</a>
  132. </dt>
  133. <dt>
  134. <a href="usage.html#mako.template.Template.code">code (mako.template.Template attribute)</a>
  135. </dt>
  136. </dl></td><td width="33%" valign="top"><dl>
  137. <dt>
  138. <a href="runtime.html#mako.runtime.Context">Context (class in mako.runtime)</a>
  139. </dt>
  140. <dt>
  141. <a href="namespaces.html#mako.runtime.Namespace.context">context (mako.runtime.Namespace attribute)</a>
  142. </dt>
  143. <dt>
  144. <a href="runtime.html#mako.runtime.LoopContext.cycle">cycle() (mako.runtime.LoopContext method)</a>
  145. </dt>
  146. <dt></dt></dl>
  147. </td></tr></table>
  148. <h2 id="D">D</h2>
  149. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  150. <dl>
  151. <dt>
  152. <a href="usage.html#mako.template.DefTemplate">DefTemplate (class in mako.template)</a>
  153. </dt>
  154. </dl></td><td width="33%" valign="top"><dl>
  155. <dt></dt></dl>
  156. </td></tr></table>
  157. <h2 id="E">E</h2>
  158. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  159. <dl>
  160. <dt>
  161. <a href="usage.html#RichTraceback.error">error (RichTraceback attribute)</a>
  162. </dt>
  163. </dl></td><td width="33%" valign="top"><dl>
  164. <dt></dt></dl>
  165. </td></tr></table>
  166. <h2 id="F">F</h2>
  167. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  168. <dl>
  169. <dt>
  170. <a href="namespaces.html#mako.runtime.ModuleNamespace.filename">filename (mako.runtime.ModuleNamespace attribute)</a>
  171. </dt>
  172. <dd><dl>
  173. <dt><a href="namespaces.html#mako.runtime.Namespace.filename">(mako.runtime.Namespace attribute)</a>
  174. </dt>
  175. <dt><a href="namespaces.html#mako.runtime.TemplateNamespace.filename">(mako.runtime.TemplateNamespace attribute)</a>
  176. </dt>
  177. </dl></dd>
  178. </dl></td><td width="33%" valign="top"><dl>
  179. <dt>
  180. <a href="usage.html#mako.lookup.TemplateCollection.filename_to_uri">filename_to_uri() (mako.lookup.TemplateCollection method)</a>
  181. </dt>
  182. <dd><dl>
  183. <dt><a href="usage.html#mako.lookup.TemplateLookup.filename_to_uri">(mako.lookup.TemplateLookup method)</a>
  184. </dt>
  185. </dl></dd>
  186. <dt></dt></dl>
  187. </td></tr></table>
  188. <h2 id="G">G</h2>
  189. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  190. <dl>
  191. <dt>
  192. <a href="caching.html#mako.cache.Cache.get">get() (mako.cache.Cache method)</a>
  193. </dt>
  194. <dd><dl>
  195. <dt><a href="caching.html#mako.cache.CacheImpl.get">(mako.cache.CacheImpl method)</a>
  196. </dt>
  197. <dt><a href="runtime.html#mako.runtime.Context.get">(mako.runtime.Context method)</a>
  198. </dt>
  199. </dl></dd>
  200. <dt>
  201. <a href="namespaces.html#mako.runtime.Namespace.get_cached">get_cached() (mako.runtime.Namespace method)</a>
  202. </dt>
  203. <dt>
  204. <a href="usage.html#mako.template.Template.get_def">get_def() (mako.template.Template method)</a>
  205. </dt>
  206. <dt>
  207. <a href="namespaces.html#mako.runtime.Namespace.get_namespace">get_namespace() (mako.runtime.Namespace method)</a>
  208. </dt>
  209. </dl></td><td width="33%" valign="top"><dl>
  210. <dt>
  211. <a href="caching.html#mako.cache.Cache.get_or_create">get_or_create() (mako.cache.Cache method)</a>
  212. </dt>
  213. <dd><dl>
  214. <dt><a href="caching.html#mako.cache.CacheImpl.get_or_create">(mako.cache.CacheImpl method)</a>
  215. </dt>
  216. </dl></dd>
  217. <dt>
  218. <a href="usage.html#mako.lookup.TemplateCollection.get_template">get_template() (mako.lookup.TemplateCollection method)</a>
  219. </dt>
  220. <dd><dl>
  221. <dt><a href="usage.html#mako.lookup.TemplateLookup.get_template">(mako.lookup.TemplateLookup method)</a>
  222. </dt>
  223. <dt><a href="namespaces.html#mako.runtime.Namespace.get_template">(mako.runtime.Namespace method)</a>
  224. </dt>
  225. </dl></dd>
  226. <dt></dt></dl>
  227. </td></tr></table>
  228. <h2 id="H">H</h2>
  229. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  230. <dl>
  231. <dt>
  232. <a href="usage.html#mako.lookup.TemplateCollection.has_template">has_template() (mako.lookup.TemplateCollection method)</a>
  233. </dt>
  234. <dt>
  235. <a href="usage.html#mako.exceptions.html_error_template">html_error_template() (in module mako.exceptions)</a>
  236. </dt>
  237. </dl></td><td width="33%" valign="top"><dl>
  238. <dt></dt></dl>
  239. </td></tr></table>
  240. <h2 id="I">I</h2>
  241. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  242. <dl>
  243. <dt>
  244. <a href="caching.html#mako.cache.Cache.id">id (mako.cache.Cache attribute)</a>
  245. </dt>
  246. <dt>
  247. <a href="caching.html#mako.cache.Cache.impl">impl (mako.cache.Cache attribute)</a>
  248. </dt>
  249. <dt>
  250. <a href="namespaces.html#mako.runtime.Namespace.include_file">include_file() (mako.runtime.Namespace method)</a>
  251. </dt>
  252. <dt>
  253. <a href="caching.html#mako.cache.Cache.invalidate">invalidate() (mako.cache.Cache method)</a>
  254. </dt>
  255. <dd><dl>
  256. <dt><a href="caching.html#mako.cache.CacheImpl.invalidate">(mako.cache.CacheImpl method)</a>
  257. </dt>
  258. </dl></dd>
  259. </dl></td><td width="33%" valign="top"><dl>
  260. <dt>
  261. <a href="caching.html#mako.cache.Cache.invalidate_body">invalidate_body() (mako.cache.Cache method)</a>
  262. </dt>
  263. <dt>
  264. <a href="caching.html#mako.cache.Cache.invalidate_closure">invalidate_closure() (mako.cache.Cache method)</a>
  265. </dt>
  266. <dt>
  267. <a href="caching.html#mako.cache.Cache.invalidate_def">invalidate_def() (mako.cache.Cache method)</a>
  268. </dt>
  269. <dt></dt></dl>
  270. </td></tr></table>
  271. <h2 id="K">K</h2>
  272. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  273. <dl>
  274. <dt>
  275. <a href="runtime.html#mako.runtime.Context.keys">keys() (mako.runtime.Context method)</a>
  276. </dt>
  277. <dt>
  278. <a href="runtime.html#mako.runtime.Context.kwargs">kwargs (mako.runtime.Context attribute)</a>
  279. </dt>
  280. </dl></td><td width="33%" valign="top"><dl>
  281. <dt></dt></dl>
  282. </td></tr></table>
  283. <h2 id="L">L</h2>
  284. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  285. <dl>
  286. <dt>
  287. <a href="usage.html#RichTraceback.lineno">lineno (RichTraceback attribute)</a>
  288. </dt>
  289. <dt>
  290. <a href="runtime.html#mako.runtime.Context.locals_">locals_() (mako.runtime.Context method)</a>
  291. </dt>
  292. <dt>
  293. <a href="runtime.html#mako.runtime.Context.lookup">lookup (mako.runtime.Context attribute)</a>
  294. </dt>
  295. </dl></td><td width="33%" valign="top"><dl>
  296. <dt>
  297. <a href="runtime.html#mako.runtime.LoopContext">LoopContext (class in mako.runtime)</a>
  298. </dt>
  299. <dt></dt></dl>
  300. </td></tr></table>
  301. <h2 id="M">M</h2>
  302. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  303. <dl>
  304. <dt>
  305. <a href="usage.html#RichTraceback.message">message (RichTraceback attribute)</a>
  306. </dt>
  307. <dt>
  308. <a href="namespaces.html#mako.runtime.Namespace.module">module (mako.runtime.Namespace attribute)</a>
  309. </dt>
  310. <dd><dl>
  311. <dt><a href="namespaces.html#mako.runtime.TemplateNamespace.module">(mako.runtime.TemplateNamespace attribute)</a>
  312. </dt>
  313. </dl></dd>
  314. </dl></td><td width="33%" valign="top"><dl>
  315. <dt>
  316. <a href="namespaces.html#mako.runtime.ModuleNamespace">ModuleNamespace (class in mako.runtime)</a>
  317. </dt>
  318. <dt></dt></dl>
  319. </td></tr></table>
  320. <h2 id="N">N</h2>
  321. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  322. <dl>
  323. <dt>
  324. <a href="namespaces.html#mako.runtime.Namespace">Namespace (class in mako.runtime)</a>
  325. </dt>
  326. </dl></td><td width="33%" valign="top"><dl>
  327. <dt></dt></dl>
  328. </td></tr></table>
  329. <h2 id="P">P</h2>
  330. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  331. <dl>
  332. <dt>
  333. <a href="caching.html#mako.cache.CacheImpl.pass_context">pass_context (mako.cache.CacheImpl attribute)</a>
  334. </dt>
  335. <dt>
  336. <a href="runtime.html#mako.runtime.Context.pop_caller">pop_caller() (mako.runtime.Context method)</a>
  337. </dt>
  338. <dt>
  339. <a href="runtime.html#mako.runtime.Context.push_caller">push_caller() (mako.runtime.Context method)</a>
  340. </dt>
  341. <dt>
  342. <a href="caching.html#mako.cache.Cache.put">put() (mako.cache.Cache method)</a>
  343. </dt>
  344. </dl></td><td width="33%" valign="top"><dl>
  345. <dt>
  346. <a href="usage.html#mako.lookup.TemplateLookup.put_string">put_string() (mako.lookup.TemplateLookup method)</a>
  347. </dt>
  348. <dt>
  349. <a href="usage.html#mako.lookup.TemplateLookup.put_template">put_template() (mako.lookup.TemplateLookup method)</a>
  350. </dt>
  351. <dt></dt></dl>
  352. </td></tr></table>
  353. <h2 id="R">R</h2>
  354. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  355. <dl>
  356. <dt>
  357. <a href="usage.html#RichTraceback.records">records (RichTraceback attribute)</a>
  358. </dt>
  359. <dt>
  360. <a href="caching.html#mako.cache.register_plugin">register_plugin() (in module mako.cache)</a>
  361. </dt>
  362. <dt>
  363. <a href="usage.html#mako.template.Template.render">render() (mako.template.Template method)</a>
  364. </dt>
  365. <dt>
  366. <a href="usage.html#mako.template.Template.render_context">render_context() (mako.template.Template method)</a>
  367. </dt>
  368. <dt>
  369. <a href="usage.html#mako.template.Template.render_unicode">render_unicode() (mako.template.Template method)</a>
  370. </dt>
  371. </dl></td><td width="33%" valign="top"><dl>
  372. <dt>
  373. <a href="usage.html#RichTraceback.reverse_records">reverse_records (RichTraceback attribute)</a>
  374. </dt>
  375. <dt>
  376. <a href="usage.html#RichTraceback.reverse_traceback">reverse_traceback (RichTraceback attribute)</a>
  377. </dt>
  378. <dt>
  379. <a href="usage.html#mako.exceptions.RichTraceback">RichTraceback (class in mako.exceptions)</a>
  380. </dt>
  381. <dt></dt></dl>
  382. </td></tr></table>
  383. <h2 id="S">S</h2>
  384. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  385. <dl>
  386. <dt>
  387. <a href="caching.html#mako.cache.Cache.set">set() (mako.cache.Cache method)</a>
  388. </dt>
  389. <dd><dl>
  390. <dt><a href="caching.html#mako.cache.CacheImpl.set">(mako.cache.CacheImpl method)</a>
  391. </dt>
  392. </dl></dd>
  393. <dt>
  394. <a href="usage.html#mako.template.Template.source">source (mako.template.Template attribute)</a>
  395. </dt>
  396. <dd><dl>
  397. <dt><a href="usage.html#RichTraceback.source">(RichTraceback attribute)</a>
  398. </dt>
  399. </dl></dd>
  400. </dl></td><td width="33%" valign="top"><dl>
  401. <dt>
  402. <a href="caching.html#mako.cache.Cache.starttime">starttime (mako.cache.Cache attribute)</a>
  403. </dt>
  404. <dt>
  405. <a href="namespaces.html#mako.runtime.supports_caller">supports_caller() (in module mako.runtime)</a>
  406. </dt>
  407. <dt></dt></dl>
  408. </td></tr></table>
  409. <h2 id="T">T</h2>
  410. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  411. <dl>
  412. <dt>
  413. <a href="usage.html#mako.template.Template">Template (class in mako.template)</a>
  414. </dt>
  415. <dt>
  416. <a href="namespaces.html#mako.runtime.Namespace.template">template (mako.runtime.Namespace attribute)</a>
  417. </dt>
  418. <dt>
  419. <a href="usage.html#mako.lookup.TemplateCollection">TemplateCollection (class in mako.lookup)</a>
  420. </dt>
  421. <dt>
  422. <a href="usage.html#mako.lookup.TemplateLookup">TemplateLookup (class in mako.lookup)</a>
  423. </dt>
  424. </dl></td><td width="33%" valign="top"><dl>
  425. <dt>
  426. <a href="namespaces.html#mako.runtime.TemplateNamespace">TemplateNamespace (class in mako.runtime)</a>
  427. </dt>
  428. <dt>
  429. <a href="usage.html#mako.exceptions.text_error_template">text_error_template() (in module mako.exceptions)</a>
  430. </dt>
  431. <dt></dt></dl>
  432. </td></tr></table>
  433. <h2 id="U">U</h2>
  434. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  435. <dl>
  436. <dt>
  437. <a href="runtime.html#mako.runtime.Undefined">Undefined (class in mako.runtime)</a>
  438. </dt>
  439. <dt>
  440. <a href="namespaces.html#mako.runtime.Namespace.uri">uri (mako.runtime.Namespace attribute)</a>
  441. </dt>
  442. <dd><dl>
  443. <dt><a href="namespaces.html#mako.runtime.TemplateNamespace.uri">(mako.runtime.TemplateNamespace attribute)</a>
  444. </dt>
  445. </dl></dd>
  446. </dl></td><td width="33%" valign="top"><dl>
  447. <dt></dt></dl>
  448. </td></tr></table>
  449. <h2 id="W">W</h2>
  450. <table width="100%" class="indextable genindextable"><tr><td width="33%" valign="top">
  451. <dl>
  452. <dt>
  453. <a href="runtime.html#mako.runtime.Context.write">write() (mako.runtime.Context method)</a>
  454. </dt>
  455. <dt>
  456. <a href="runtime.html#mako.runtime.Context.writer">writer() (mako.runtime.Context method)</a>
  457. </dt>
  458. </dl></td><td width="33%" valign="top"><dl>
  459. <dt></dt></dl>
  460. </td></tr></table>
  461. </div>
  462. </div>
  463. <div id="docs-bottom-navigation" class="docs-navigation-links">
  464. <div id="docs-copyright">
  465. &copy; Copyright the Mako authors and contributors.
  466. Documentation generated using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3
  467. with Mako templates.
  468. </div>
  469. </div>
  470. </div>
  471. <div class="clearfix">
  472. <hr/>
  473. <div class="copyright">Website content copyright &copy; by Michael Bayer.
  474. All rights reserved. Mako and its documentation are licensed
  475. under the MIT license. mike(&)zzzcomputing.com</div>
  476. </div>
  477. </div>
  478. </body>
  479. </html>