Template¶ flowtask.interfaces.template ¶ TemplateSupport ¶ TemplateSupport(*args, **kwargs) Bases: ABC TemplateSupport. Adding Support for Jinja2 Template parser on Components. open_templatefile async ¶ open_templatefile(file, program=None, from_templates_dir=False, folder='templates', **kwargs) Open a file, replace masks and parse template if needed. template_exists ¶ template_exists(template) Check if the template file exists.