class documentation

class TGPlugin(object):

View In Hierarchy

TurboGears compatible Template Plugin.
Method __init__ Undocumented
Method load​_template Loads a template from a file or a string
Method render Undocumented
Instance Variable extension Undocumented
Instance Variable extra​_vars​_func Undocumented
Instance Variable lookup Undocumented
Instance Variable tmpl​_options Undocumented
def __init__(self, extra_vars_func=None, options=None, extension='mak'):

Undocumented

def load_template(self, templatename, template_string=None):
Loads a template from a file or a string
def render(self, info, format='html', fragment=False, template=None):

Undocumented

extension =

Undocumented

extra_vars_func =

Undocumented

lookup =

Undocumented

tmpl_options: dict =

Undocumented