class documentation

class TemplatePlugin(object):

View In Hierarchy

This plugin applies the 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):

Undocumented

api: int =

Undocumented

name: str =

Undocumented