rougail-output-doc/tests/results/test_namespace_examples/60_0family_dynamic_variable.html

20 lines
314 B
HTML
Raw Normal View History

2026-06-15 09:16:59 +02:00
<h1>Example with mandatory variables not filled in</h1>
<pre>---
rougail:
dynval1:
variable: example
dynval2:
variable: example</pre>
2026-06-21 17:05:27 +02:00
<h1>Example with all modifiable variables</h1>
2026-06-15 09:16:59 +02:00
<pre>---
rougail:
var:
- val1
- val2
dynval1:
variable: example
dynval2:
variable: example</pre>