-
In order to keep all my templates DRY, I'd like to define base templates which others will inherit from. Here is an example of what I'm trying to achieve: I want the child templates to have access to the answers of their parents. How can I achieve this when using multiple Thanks ! EDIT: #79 seems close to what I'm trying to achieve. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Have you tried include? https://copier.readthedocs.io/en/stable/configuring/#include-other-yaml-files |
Beta Was this translation helpful? Give feedback.
Have you tried include? https://copier.readthedocs.io/en/stable/configuring/#include-other-yaml-files