18 lines
No EOL
713 B
HTML
18 lines
No EOL
713 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>rougail: # Rougail
|
|
var1: test # The first variable
|
|
var3: test1 # The third variable
|
|
var6: # The sixth variable
|
|
- test1
|
|
- test2</pre><h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>rougail: # Rougail
|
|
var1: test # The first variable
|
|
var2: test # The second variable
|
|
var3: test1 # The third variable
|
|
var4: # The forth variable
|
|
var5: false # The fifth variable
|
|
var6: # The sixth variable
|
|
- test1
|
|
- test2</pre> |