view example/hello.html @ 22:ee3eadc97a41

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 10:53:13 -0800
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>