16 lines
353 B
Markdown
16 lines
353 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
variable1: example # A variable
|
||
|
|
variable2: example # A second variable
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
condition: true # A condition
|
||
|
|
variable1: example # A variable
|
||
|
|
variable2: example # A second variable
|
||
|
|
```
|