Testing config parser output

This commit is contained in:
Eric Renfro 2018-05-18 00:58:35 -04:00
parent 875de2b331
commit 52b52882ab

View file

@ -3,6 +3,6 @@
{#- {#-
{% for key, val in section.iteritems() -%} {% for key, val in section.iteritems() -%}
{{ key }} = {{ val }} {{ key }} = {{ val }}
{% endfor -%}
{% endfor -%} {% endfor -%}
-#} -#}
{% endfor -%}