Edgewall Software

Changes between Version 6 and Version 7 of GenshiRecipes/PyLayoutEquivalent


Ignore:
Timestamp:
Sep 12, 2006, 12:39:19 PM (18 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PyLayoutEquivalent

    v6 v7  
    11= [GenshiRecipes Genshi Recipes]: Replacing `py:layout` with Includes =
    22
    3 As noted in GenshiVsKid, Markup does not support the `py:layout` directive for template reuse.
     3As noted in GenshiVsKid, Genshi does not support the `py:layout` directive for template reuse.
    44
    55This page shows how the [http://www.kid-templating.org/language.html#layout-templates-py-layout example] from the Kid language specification translates to a functionally equivalent setup in Genshi.