--- gitea: none include_toc: true --- # dictionaries/rougail/99-base.yml ```yaml --- version: '1.0' var1: description: a variable ``` # dictionaries/rougail2/00-base.yml ```yaml --- version: '1.0' var2: description: a variable ``` # Example with mandatory variables not filled in ```yaml --- rougail: var1: example var2: example ``` # Example with all variables modifiable ```yaml --- rougail: var1: example var2: example ```