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 -%}
|
{% for section in config -%}
|
||||||
{#- [{{ section.key() }}] -#}
|
[{{ section }}]
|
||||||
|
{#-
|
||||||
{% for key, val in section.iteritems() -%}
|
{% for key, val in section.iteritems() -%}
|
||||||
{{ key }} = {{ val }}
|
{{ key }} = {{ val }}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
-#}
|
Loading…
Reference in a new issue