{%- from "linux/map.jinja" import system with context -%} {%- for section, options in settings.items() %} [{{ section[0].upper() + section[1:] }}] {%- for option, value in options.items() %} {{ option[0].upper() + option[1:] }}={{ value }} {%- endfor %} {%- endfor %}