Example with mandatory variables not filled in ```yaml --- general: # A family int: 5 # A first integer ```
Example with all variables modifiable ```yaml --- general: # A family int: 5 # A first integer int2: 1 # A second integer ```