Mercurial > hg > decoupage
view example/fleem/index.html @ 12:9f91acf9874c
* split on space in formatters to be consist with everything else
* break filedata into its own function
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 25 Dec 2009 02:59:47 -0500 |
parents | fa2005f769eb |
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/"> <head> <title>${path}</title> </head> <body> <dl> <py:for each="f in files"> <dt>${f['description']}</dt> <dd><a href="${f['path']}">${f['path']}</a></dd> </py:for> </dl> </body> </html>