12 lines
161 B
Markdown
12 lines
161 B
Markdown
# Example with mandatory variables not filled in
|
|
|
|
```yaml
|
|
---
|
|
variable: a_choice
|
|
```
|
|
# Example with all variables modifiable
|
|
|
|
```yaml
|
|
---
|
|
variable: a_choice
|
|
```
|