change to header

This commit is contained in:
m0duspwnens
2020-12-09 11:59:06 -05:00
parent 75ea648cf9
commit c5c053d24a

View File

@@ -6,7 +6,7 @@
{{ write_config_line(config.get("default", {})) }} {{ write_config_line(config.get("default", {})) }}
{% for header, cfg in config.items() %} {% for header, cfg in config.items() %}
{%- if section == "default" %}{% continue %}{% endif %} {%- if header == "default" %}{% continue %}{% endif %}
[{{ header }}] [{{ header }}]
{{ write_config_line(cfg) }} {{ write_config_line(cfg) }}
{% endfor %} {% endfor %}