This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Aleksander Łukasz 🌱
aflukasz.pl
did:plc:2xyg6p77u32yioaesyrcbau3
When generating config files from a template, it's sometimes easy to end up with something like this (here using jinja2 syntax):
```
{% if condition %}
setting = val
{% endif %}
```
The problem is that if condition is false, there is no trace of a decision of NOT putting this setting in...
1/
2025-07-22T09:21:37.237Z