# Example with mandatory variables not filled in

```yaml
---
variable:
  - example
```
# Example with all variables modifiable

```yaml
---
condition:
  - val1
  - val2
variable:
  - example
```