def load_workflow_template(workflow_template: str) -> jinja2.Template: """ Loads the Jinja2 Template from a specified path. If `template_params` is not None, the file is interpreted as a Jinja template. """ script_path = os.path.join(ctx.imposm_config_dir, script_name).