view genshi/template/tests/templates/test_no_doctype.html @ 659:7aebde54c10f experimental-sandboxed

merged trunk into sandbox branch
author aronacher
date Thu, 29 Nov 2007 18:07:32 +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