view examples/bench/clearsilver/header.cs @ 280:ce848f7c41f1 trunk

The content of `<script>` and `<style>` elements is no longer escaped when serializing to HTML but declaring the XHTML namespace in the template.
author cmlenz
date Sat, 07 Oct 2006 19:18:05 +0000
parents c40a5dcd2b55
children
line wrap: on
line source
<div id="header">
  <h1><?cs var:title ?></h1>
</div>

<?cs def:greeting(name) ?>
  <p>Hello, <?cs var:name ?>!</p>
<?cs /def ?>
Copyright (C) 2012-2017 Edgewall Software