Testing config parser output
This commit is contained in:
parent
6a2d7c84af
commit
875de2b331
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{% for section in config -%}
|
||||
{#- [{{ section.key() }}] -#}
|
||||
[{{ section }}]
|
||||
{#-
|
||||
{% for key, val in section.iteritems() -%}
|
||||
{{ key }} = {{ val }}
|
||||
{% endfor -%}
|
||||
{% endfor -%}
|
||||
-#}
|
Loading…
Reference in a new issue