8 lines
352 B
HTML
8 lines
352 B
HTML
|
|
<h1>Example with mandatory variables not filled in</h1>
|
||
|
|
|
||
|
|
<pre>general: # A family
|
||
|
|
int: 5 # A first integer</pre><h1>Example with all variables modifiable</h1>
|
||
|
|
|
||
|
|
<pre>general: # A family
|
||
|
|
int: 5 # A first integer
|
||
|
|
int2: 1 # A second integer</pre>
|