view genshi/template/tests/templates/test_no_doctype.html @ 820:1837f39efd6f experimental-inline

Sync (old) experimental inline branch with trunk@1027.
author cmlenz
date Wed, 11 Mar 2009 17:51:06 +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