Bug fixes
- Traefik standalone element errors on route re-enable - re-enabling a disabled route no longer writes empty
middlewares: {},routers: {}, orservices: {}sections to YAML files. Two root causes fixed:load_configwas seeding new/empty files with a template containing empty sections, and the enable path in_toggle_routewas not stripping empty sections before saving. (#11)