--- gitea: none include_toc: true --- # Example with mandatory variables not filled in ```yaml --- general: int: 5 ``` # Example with all variables modifiable ```yaml --- general: int: 5 int2: 1 ```