---
gitea: none
include_toc: true
---
# Example with mandatory variables not filled in

```yaml
---
rougail:
  family1:
    variable1: example
  family2:
    variable2: example
```
# Example with all variables modifiable

```yaml
---
rougail:
  family1:
    variable1: example
  family2:
    variable2: example
```