17 lines
No EOL
290 B
HTML
17 lines
No EOL
290 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>---
|
|
leadership:
|
|
- leader: example
|
|
follower1:
|
|
- example</pre>
|
|
|
|
<h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>---
|
|
leadership:
|
|
- leader: example
|
|
follower1:
|
|
- example
|
|
follower2:
|
|
- value</pre> |