view example/hello.html @ 18:7800c6553c77

merge commit
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 26 Sep 2010 19:58:46 -0700
parents 0ad456dbb4c5
children
line wrap: on
line source

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      py:strip="True">
Hello, ${request.GET.get('name')}
</html>