11 lines
No EOL
378 B
HTML
11 lines
No EOL
378 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>rougail: # Rougail
|
|
variable2: a_choice # A second variable</pre><h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>rougail: # Rougail
|
|
variable1: # A first variable
|
|
- a
|
|
- b
|
|
- c
|
|
variable2: a_choice # A second variable</pre> |