14 lines
No EOL
514 B
HTML
14 lines
No EOL
514 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>rougail: # Rougail
|
|
variable1: # A first variable
|
|
- example
|
|
variable2: # A second variable
|
|
- example</pre><h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>rougail: # Rougail
|
|
condition: no # A conditional variable
|
|
variable1: # A first variable
|
|
- example
|
|
variable2: # A second variable
|
|
- example</pre> |