view examples/cherrypy/index.html @ 283:5cbeeb72c5d4

Fix regression introduced in [333:334]: includes no longer used the search path, because the loader was always seeing an absolute path.
author cmlenz
date Thu, 12 Oct 2006 12:23:38 +0000
parents aa16cebbcfe4
children
line wrap: on
line source
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      lang="en">
  <body>
    <span class="greeting">Hello, ${name}!</span>
  </body>
</html>
Copyright (C) 2012-2017 Edgewall Software