Edgewall Software

Changes between Version 15 and Version 16 of WorkInProgress/PluggableDirectivesLibraries


Ignore:
Timestamp:
Jun 17, 2010, 11:51:32 PM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkInProgress/PluggableDirectivesLibraries

    v15 v16  
    157157            return WhenDirective
    158158}}}
     159
     160
     161=== Example template.html ===
     162
     163{{{
     164#!genshi
     165<html xmlns:sample="http://genshi.edgewall.org/directives/sample">
     166<body>
     167    <sample:comment>
     168        ${1+1}
     169    </sample:comment>
     170</body>
     171</html>
     172}}}