Edgewall Software

Changes between Version 29 and Version 30 of MarkupTemplates


Ignore:
Timestamp:
Aug 18, 2006, 6:37:28 PM (18 years ago)
Author:
cmlenz
Comment:

Shortened headings

Legend:

Unmodified
Added
Removed
Modified
  • MarkupTemplates

    v29 v30  
    3939See the [ApiDocs API docs] of the [ApiDocs/MarkupTemplate markup.template] and [ApiDocs/MarkupCore markup.core] modules for more details.
    4040
    41 == Template Expressions ==
     41== Expressions ==
    4242
    4343Python expressions can be used in text and attribute values. An expression is substituted with the result of its evaluation against the template data. Expressions need to prefixed with a dollar sign (`$`) and usually enclosed in curly braces (`{…}`).
     
    6363}}}
    6464
    65 == Template Directives ==
     65== Directives ==
    6666
    6767''Directives'' are elements and/or attributes in the template that are identified by the namespace `http://markup.edgewall.org/`. They can affect how the template is rendered in a number of ways: Markup provides directives for conditionals and looping, among others.
     
    456456}}}
    457457
    458 == Template Includes ==
     458== Includes ==
    459459
    460460To reuse common snippets of template code, you can include other files using [http://www.w3.org/TR/xinclude/ XInclude].