7 lines
221 B
HTML
7 lines
221 B
HTML
|
|
<h1>Example with all variables modifiable</h1>
|
||
|
|
|
||
|
|
<pre>var: # A first variable
|
||
|
|
- no
|
||
|
|
- yes
|
||
|
|
var2: no # A second variable
|
||
|
|
var3: yes # A third variable</pre>
|