--- gitea: none include_toc: true --- # dictionaries/rougail/01-base.yml ```yaml --- version: '1.1' variable: redefine: true default: ``` # dictionaries/rougail/00-base.yml ```yaml --- version: '1.1' variable: description: a variable default: jinja: yes ``` # Example with mandatory variables not filled in ```yaml --- rougail: variable: example ``` # Example with all variables modifiable ```yaml --- rougail: variable: example ```