Mercurial > hg > genshi_view
changeset 10:ffdfb79b30bf
adding head and TODO notes on template
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 06 Nov 2009 16:58:51 -0500 |
parents | cb8ebcb8b4fd |
children | 8a7731b2126a |
files | genshi_view/template/+package+/templates/index.html |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/genshi_view/template/+package+/templates/index.html Fri Nov 06 16:57:06 2009 -0500 +++ b/genshi_view/template/+package+/templates/index.html Fri Nov 06 16:58:51 2009 -0500 @@ -3,7 +3,12 @@ "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>Hello world</title> +<!-- TODO: jquery fun --> +</head> <body> +<!-- TODO: xi:include --> Hello ${request.remote_user or 'world'}! </body> </html>