annotate examples/cherrypy/index.html @ 309:f7a3bb316d2f

The template engine plugin now defaults to automatically reload modified templates, as it was before the introduction of plugin config options in [359].
author cmlenz
date Tue, 17 Oct 2006 14:06:30 +0000
parents aa16cebbcfe4
children
rev   line source
266
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
1 <!DOCTYPE html
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
5 xmlns:py="http://genshi.edgewall.org/"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
6 xmlns:xi="http://www.w3.org/2001/XInclude"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
7 lang="en">
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
8 <body>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
9 <span class="greeting">Hello, ${name}!</span>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
10 </body>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
11 </html>
Copyright (C) 2012-2017 Edgewall Software