Package genshi :: Package template :: Module base

Module base

Basic templating functionality.
Classes
  TemplateError
Base exception class for errors related to template processing.
  TemplateSyntaxError
Exception raised when an expression in a template causes a Python syntax error, or the template is not well-formed.
  BadDirectiveError
Exception raised when an unknown directive is encountered when parsing a template.
  TemplateRuntimeError
Exception raised when an the evaluation of a Python expression in a template causes an error.
  Context
Container for template input data.
  DirectiveFactory
Base for classes that provide a set of template directives.
  Template
Abstract template base class.