-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
Hi,
Jinja has this nice support for formatting like:
{{ '0x%0X' % payload.id }}It would be nice to have something like this in tera, specially for integers file types. Maybe something more rust like:
0x{{ payload.id | format(":X") }}
or
0x{{ payload.id | format=":X" }}JoshLambda, Raniz85 and merkrafter
Metadata
Metadata
Assignees
Labels
No labels