view genshi/template/tests/templates/test_no_doctype.html @ 720:acf7c5ee36e7 experimental-newctxt

newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
author cmlenz
date Fri, 11 Apr 2008 08:42:11 +0000
parents
children
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml"
      lang="en">

  <head>
    <title>Test</title>
  </head>

  <body>
    <h1>Test</h1>
    <p>$message</p>
  </body>

</html>
Copyright (C) 2012-2017 Edgewall Software