1
# This is a resource file, which generates some useful
3
# To use it, rename it to "hello.rpy" and put it in the path of
4
# any normally-configured Twisted web server.
6
from twisted.web import static
12
<HTML><HEAD><TITLE>Hello Rpy</TITLE>
14
<H1>Hello World, It is Now %(now)s</H1>
20
d += "<LI>%(i)s" % vars()
28
resource = static.Data(d, 'text/html')