genshi_view
changeset 10:ffdfb79b30bf
adding head and TODO notes on template
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Fri Nov 06 16:58:51 2009 -0500 (2 years ago) |
| parents | cb8ebcb8b4fd |
| children | 8a7731b2126a |
| files | genshi_view/template/+package+/templates/index.html |
line diff
1.1 --- a/genshi_view/template/+package+/templates/index.html 1.2 +++ b/genshi_view/template/+package+/templates/index.html 1.3 @@ -1,9 +1,14 @@ 1.4 <!DOCTYPE html 1.5 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 <html xmlns="http://www.w3.org/1999/xhtml" 1.8 xmlns:py="http://genshi.edgewall.org/"> 1.9 +<head> 1.10 +<title>Hello world</title> 1.11 +<!-- TODO: jquery fun --> 1.12 +</head> 1.13 <body> 1.14 +<!-- TODO: xi:include --> 1.15 Hello ${request.remote_user or 'world'}! 1.16 </body> 1.17 </html>
