view examples/bench/clearsilver/header.cs @ 871:b6deffd8ecce trunk

Allow the use of `i18n:singular` and `i18n:plural` as directives and not just as attributes. If `py:strip` is involved on `i18n:singular` or `i18n:plural` directives, only apply the strip directive once the singular or plural form has been chosen and translated. Fixes #371.
author palgarvio
date Tue, 23 Feb 2010 16:03:26 +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