fix template

This commit is contained in:
Feodor Fitsner 2025-02-18 15:26:33 -08:00
parent 3a587e5473
commit 163362c2dd
1 changed files with 5 additions and 5 deletions

View File

@ -73,9 +73,9 @@
<key>{{ key }}</key> <key>{{ key }}</key>
<!-- {% if value is string -%} --> <!-- {% if value is string -%} -->
<string>{{ value }}</string> <string>{{ value }}</string>
<!-- {% elif value == True %} --> <!-- {% elif value == True -%} -->
<true /> <true />
<!-- {% elif value == False %} --> <!-- {% elif value == False -%} -->
<false /> <false />
<!-- {% elif value is mapping -%} --> <!-- {% elif value is mapping -%} -->
<dict> <dict>
@ -86,9 +86,9 @@
<!-- {% for item in value -%} --> <!-- {% for item in value -%} -->
<!-- {% if item is string -%} --> <!-- {% if item is string -%} -->
<string>{{ item }}</string> <string>{{ item }}</string>
<!-- {% elif item == True %} --> <!-- {% elif item == True -%} -->
<true /> <true />
<!-- {% elif item == False %} --> <!-- {% elif item == False -%} -->
<false /> <false />
<!-- {% elif item is mapping -%} --> <!-- {% elif item is mapping -%} -->
<dict> <dict>