Mercurial > genshi > genshi-test
view examples/cherrypy/index.html @ 274:c5ec3146fcb6
Use an LRU cache for caching parsed templates in the `TemplateLoader`. LRU cache implementation is a simplified version of the `LRUCache` class in [http://www.myghty.org/ Myghty].
author | cmlenz |
---|---|
date | Sun, 01 Oct 2006 15:33:02 +0000 |
parents | aa16cebbcfe4 |
children |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" lang="en"> <body> <span class="greeting">Hello, ${name}!</span> </body> </html>