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