14 lines
168 B
Markdown
14 lines
168 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
var1: a_choice
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
var1: a_choice
|
||
|
|
var2: a_choice
|
||
|
|
```
|