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

@ -67,15 +67,15 @@
</dict>
</array>
<!-- flet: end of deep linking {% endif %} -->
<!-- {% macro render_dict(d) -%} -->
<!-- {% for key, value in d.items() -%} -->
<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>