Edgewall Software

Version 8 (modified by cmlenz, 18 years ago) (diff)

Skeleton for template language documentation

Markup Templates

The most important feature provided by the Markup package is a template engine.

Templates are XML files that include processing directives identified by the namespace http://markup.edgewall.org/ and template expressions that are dynamically substituted by variable data.

Table of Contents

  1. Expressions
  2. Directives
    1. py:content
    2. py:replace
    3. py:attrs
    4. py:if
    5. py:choose / py:when / py:otherwise
    6. py:for
    7. py:def
    8. py:match
  3. Includes

Expressions

Directives

py:content

py:replace

py:attrs

py:if

py:choose / py:when / py:otherwise

py:for

py:def

py:match

Includes