fix template
This commit is contained in:
parent
3a587e5473
commit
163362c2dd
|
|
@ -73,9 +73,9 @@
|
|||
<key>{{ key }}</key>
|
||||
<!-- {% if value is string -%} -->
|
||||
<string>{{ value }}</string>
|
||||
<!-- {% elif value == True %} -->
|
||||
<!-- {% elif value == True -%} -->
|
||||
<true />
|
||||
<!-- {% elif value == False %} -->
|
||||
<!-- {% elif value == False -%} -->
|
||||
<false />
|
||||
<!-- {% elif value is mapping -%} -->
|
||||
<dict>
|
||||
|
|
@ -86,9 +86,9 @@
|
|||
<!-- {% for item in value -%} -->
|
||||
<!-- {% if item is string -%} -->
|
||||
<string>{{ item }}</string>
|
||||
<!-- {% elif item == True %} -->
|
||||
<!-- {% elif item == True -%} -->
|
||||
<true />
|
||||
<!-- {% elif item == False %} -->
|
||||
<!-- {% elif item == False -%} -->
|
||||
<false />
|
||||
<!-- {% elif item is mapping -%} -->
|
||||
<dict>
|
||||
|
|
|
|||
Loading…
Reference in New Issue