view genshi_view/template/+package+/templates/index.html @ 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
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>Hello world</title>
<!-- TODO: jquery fun -->
</head>
<body>
<!-- TODO: xi:include -->
Hello ${request.remote_user or 'world'}!
</body>
</html>