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