modulo.templating.jinja2ΒΆ

Functions

join(a, *p) Join two or more pathname components, inserting ‘/’ as needed.

Classes

Action(req, params) Represents an action that can be taken by the server.
Environment([block_start_string, ...]) The core component of Jinja is the Environment. It contains
FileResource(req, params) A base class for an action that reads the contents of a file.
FileSystemLoader(searchpath[, encoding]) Loads templates from the file system.
JinjaEnvironment(req, params)
JinjaFilesystemTemplate(req, params)
JinjaTemplate(req, params)

Previous topic

modulo.templating.genshi

Next topic

modulo.templating.mako

This Page