Testing config parser

This commit is contained in:
Eric Renfro 2018-05-18 00:50:31 -04:00
parent 4531e9c021
commit ee5107d99d
1 changed files with 1 additions and 1 deletions

View File

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