Skip to content

template_types: task 2: expand the definition of template_type in targets section #234

@chfw

Description

@chfw

so that an ad-hoc instance of template engine will be created, used and dumped.

targets
  - a.output: a.my_new_engine
  - output: b.output
    template: b.unknown
    template_type: my_new_engine
  - output: c.output  # this will create ad-hoc jinja2 engine, and get dumped after the op.
     template: c.alien
     template_type:
      - overrides: jinja2
      - options:
        ..
        block_end_string: '*))'
        ...

#202

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions