13 lines
No EOL
501 B
HTML
13 lines
No EOL
501 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>leadership: # A leadership
|
|
- leader: example # The leader
|
|
follower1: # The first follower
|
|
- example</pre><h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>leadership: # A leadership
|
|
- leader: example # The leader
|
|
follower1: # The first follower
|
|
- example
|
|
follower2: # The second follower
|
|
- value</pre> |