Testing config parser
This commit is contained in:
parent
4531e9c021
commit
ee5107d99d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% for section in config -%}
|
||||
[{{ section.key() }}]
|
||||
{#- [{{ section.key() }}] -#}
|
||||
{% for key, val in section.items() -%}
|
||||
{{ key }} = {{ val }}
|
||||
{% endfor -%}
|
||||
|
|
Loading…
Reference in a new issue