class documentation

class TemplatePlugin(object): (source)

View In Hierarchy

This plugin applies the :func:`view` decorator to all routes with a `template` config parameter. If the parameter is a tuple, the second element must be a dict with additional options (e.g. `template_engine`) or default variables for the template.

Method apply Undocumented
Class Variable api Undocumented
Class Variable name Undocumented
def apply(self, callback, route): (source)

Undocumented

Undocumented

Undocumented