boa.template.render_template_from_path(path, template_kw: Optional[dict] = None, **kwargs)[source]# Render a template from a path. Parameters path (str) – Path to the template file. template_kw (dict, optional) – Dictionary of keyword arguments to pass to the jinja2.Template constructor. **kwargs – Keyword arguments to pass to the template as variables to render.