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