The ability to parse the following syntax and retrieve a custom definition of template engine: ``` jinja: base_type: jinja2 # use base_type, instead of overrides file_extensions: - jj2 - jj - xyz options: extensions: - do ``` #202