15 lines
195 B
Markdown
15 lines
195 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
my_calculated_variable:
|
||
|
|
- example
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
my_calculated_variable:
|
||
|
|
- example
|
||
|
|
```
|