TemplateString

TemplateString(self, template_string, use_parser=False, *args, **kwargs)

Renders template_string using jinja w/o parser

Arguments:

template_string (string): a jinja template
env (Environment): jinja environment
use_parser (bool): flag for whether to use the smores parser

TemplateFile

TemplateFile(self, template_path, use_parser=False, *args, **kwargs)

Reads file at template_path and renders template using jinja w/o parser

Arguments:

template_string (string): a jinja template
env (Environment): jinja environment
use_parser (bool): flag for whether to use the smores parser