Prev Next

<html>
<head>
<title>Hello</title>
</head>
<body>
<p>Welcome to the wonderful world of Nevow!</p>
</body>
</html>

class Page(rend.Page):
"""Example of using an HTML template to render a page.
"""
docFactory = loaders.htmlfile('hellohtml.html')