Testing config parser output

This commit is contained in:
Eric Renfro 2018-05-18 00:57:39 -04:00
parent 6a2d7c84af
commit 875de2b331

View file

@ -1,6 +1,8 @@
{% for section in config -%}
{#- [{{ section.key() }}] -#}
[{{ section }}]
{#-
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{% endfor -%}
-#}