-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The readme mentions that HPF addresses "Insufficient array management capabilities"
Can you document how?
Specifically curious about support for Jinja-style array iteration to HPF to format arrays inline. Example use case:
items = ['a', 'b', 'c']
formatted = hpf("List:\n{%for i, item in items%}Item {{i+1}}: {{item}}\n{%endfor%}", items=items)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels